Searched refs:ASN1_OCTET_STRING_cmp (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 97 ret = ASN1_OCTET_STRING_cmp(&a->issuerNameHash, &b->issuerNameHash); in OCSP_id_issuer_cmp() 100 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash); in OCSP_id_issuer_cmp()
|
D | ocsp_ext.c | 337 if (ASN1_OCTET_STRING_cmp(X509_EXTENSION_get_data(req_ext), in OCSP_check_nonce()
|
/third_party/openssl/crypto/asn1/ |
D | a_octet.c | 19 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, in ASN1_OCTET_STRING_cmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match() 781 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp() 783 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash, in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match() 781 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp() 783 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash, in check_ocsp_resp()
|
/third_party/openssl/crypto/poly1305/ |
D | poly1305_ameth.c | 46 return ASN1_OCTET_STRING_cmp(EVP_PKEY_get0(a), EVP_PKEY_get0(b)) == 0; in poly1305_pkey_public_cmp()
|
/third_party/openssl/crypto/siphash/ |
D | siphash_ameth.c | 47 return ASN1_OCTET_STRING_cmp(EVP_PKEY_get0(a), EVP_PKEY_get0(b)) == 0; in siphash_pkey_public_cmp()
|
/third_party/openssl/crypto/hmac/ |
D | hm_ameth.c | 51 return ASN1_OCTET_STRING_cmp(EVP_PKEY_get0(a), EVP_PKEY_get0(b)) == 0; in hmac_pkey_public_cmp()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_genn.c | 123 result = ASN1_OCTET_STRING_cmp(a->d.ip, b->d.ip); in GENERAL_NAME_cmp()
|
D | v3_purp.c | 887 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
|
/third_party/openssl/crypto/cms/ |
D | cms_lib.c | 549 return ASN1_OCTET_STRING_cmp(keyid, cert_keyid); in cms_keyid_cert_cmp()
|
D | cms_env.c | 456 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 598 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 1111 if (ASN1_OCTET_STRING_cmp(exta, extb)) in crl_extension_match()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 645 #define ASN1_OCTET_STRING_cmp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_OCTET_STRING_cmp) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3504 ASN1_OCTET_STRING_cmp 3457 1_1_0 EXIST::FUNCTION:
|