/third_party/openssl/crypto/hmac/ |
D | hm_pmeth.c | 63 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in pkey_hmac_copy() 146 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in pkey_hmac_ctrl()
|
D | hm_ameth.c | 67 if (!ASN1_OCTET_STRING_set(os, priv, len)) { in hmac_set_priv_key()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 69 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) in OCSP_cert_id_new() 76 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) in OCSP_cert_id_new()
|
D | v3_ocsp.c | 194 if (!ASN1_OCTET_STRING_set(os, *pp, length)) in d2i_ocsp_nonce()
|
D | ocsp_srv.c | 275 if (!(ASN1_OCTET_STRING_set(byKey, md, SHA_DIGEST_LENGTH))) { in OCSP_RESPID_set_by_key()
|
/third_party/openssl/crypto/asn1/ |
D | a_octet.c | 25 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, in ASN1_OCTET_STRING_set() function
|
D | evp_asn1.c | 21 if (!ASN1_OCTET_STRING_set(os, data, len)) { in ASN1_TYPE_set_octetstring()
|
/third_party/openssl/crypto/siphash/ |
D | siphash_ameth.c | 62 if (!ASN1_OCTET_STRING_set(os, priv, len)) { in siphash_set_priv_key()
|
D | siphash_pmeth.c | 143 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_siphash_ctrl()
|
/third_party/openssl/crypto/poly1305/ |
D | poly1305_ameth.c | 61 if (!ASN1_OCTET_STRING_set(os, priv, len)) { in poly1305_set_priv_key()
|
D | poly1305_pmeth.c | 139 !ASN1_OCTET_STRING_set(&pctx->ktmp, key, len)) in pkey_poly1305_ctrl()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_skey.c | 96 if (!ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) { in s2i_skey_id()
|
D | v3_sxnet.c | 171 if (!ASN1_OCTET_STRING_set(id->user, (const unsigned char *)user, userlen)) in SXNET_add_id_INTEGER()
|
D | v3_utl.c | 1024 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen)) { in a2i_IPADDRESS() 1062 if (!ASN1_OCTET_STRING_set(ret, ipout, iplen1 + iplen2)) in a2i_IPADDRESS_NC()
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 225 if (!ASN1_OCTET_STRING_set(ctext_struct.C3, C3, C3_size) in sm2_encrypt() 226 || !ASN1_OCTET_STRING_set(ctext_struct.C2, msg_mask, msg_len)) { in sm2_encrypt()
|
/third_party/openssl/crypto/ts/ |
D | ts_req_utils.c | 71 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()
|
D | ts_rsp_sign.c | 778 if (!ASN1_OCTET_STRING_set(cid->hash, cert_sha1, SHA_DIGEST_LENGTH)) in ess_CERT_ID_new_init() 928 if (!ASN1_OCTET_STRING_set(cid->hash, hash, hash_len)) in ess_cert_id_v2_new_init()
|
/third_party/openssl/crypto/engine/ |
D | eng_openssl.c | 469 if (!ASN1_OCTET_STRING_set(&dctx->ktmp, in ossl_hmac_copy() 550 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1)) in ossl_hmac_ctrl()
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_npas.c | 114 if (!ASN1_OCTET_STRING_set(macoct, mac, maclen)) in newpass_p12()
|
D | p12_mutl.c | 198 if (!ASN1_OCTET_STRING_set(macoct, mac, maclen)) { in PKCS12_set_mac()
|
/third_party/openssl/crypto/x509/ |
D | x509_v3.c | 208 i = ASN1_OCTET_STRING_set(&ex->value, data->data, data->length); in X509_EXTENSION_set_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 418 if (!ASN1_OCTET_STRING_set(hash, md, len)) { in issuer_match() 438 !ASN1_OCTET_STRING_set(hash, md, len)) { in issuer_match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 418 if (!ASN1_OCTET_STRING_set(hash, md, len)) { in issuer_match() 438 !ASN1_OCTET_STRING_set(hash, md, len)) { in issuer_match()
|
/third_party/openssl/crypto/ec/ |
D | ec_asn1.c | 411 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve() 412 || !ASN1_OCTET_STRING_set(curve->b, b_buf, len)) { in ec_asn1_group2curve()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 600 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,
|