Searched refs:ASN1_OCTET_STRING_set (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_octet.c74 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, function
H A Dasn1.h870 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhm_ameth.c110 if (!os || !ASN1_OCTET_STRING_set(os, *pder, derlen))
H A Dhm_pmeth.c105 if (!ASN1_OCTET_STRING_set(&dctx->ktmp,
188 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c128 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i)))
135 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i)))
H A Docsp_srv.c247 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost94_keyx.c158 if (!ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, ukm, 8)) {
161 if (!ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40, 4)) {
164 if (!ASN1_OCTET_STRING_set
H A Dgost2001_keyx.c174 if (!ASN1_OCTET_STRING_set(gkt->key_agreement_info->eph_iv, ukm, 8)) {
177 if (!ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40, 4)) {
180 if (!ASN1_OCTET_STRING_set
H A Dgost_crypt.c439 if (!ASN1_OCTET_STRING_set(gcp->iv, ctx->iv, ctx->cipher->iv_len)) {
459 if (!os || !ASN1_OCTET_STRING_set(os, buf, len)) {
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_req_utils.c120 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len);
H A Dts_rsp_sign.c856 if (!ASN1_OCTET_STRING_set(cid->hash, cert->sha1_hash,
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c160 if (!ASN1_OCTET_STRING_set(p12->mac->dinfo->digest, mac, maclen))
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c241 if (!ASN1_OCTET_STRING_set(os, *pp, length))
H A Dv3_utl.c1088 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen)) {
1126 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2))
H A Dv3_addr.c561 if (!ASN1_OCTET_STRING_set(f->addressFamily, key, keylen))
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c418 if (!ASN1_OCTET_STRING_set(hash, md, len)) {
438 !ASN1_OCTET_STRING_set(hash, md, len)) {
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c910 if (!ASN1_OCTET_STRING_set(los, label, labellen)) {
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c611 if (!ASN1_OCTET_STRING_set(ret->base, buffer, len)) {

Completed in 437 milliseconds