Searched refs:issuerNameHash (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 69 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) in OCSP_cert_id_new() 97 ret = ASN1_OCTET_STRING_cmp(&a->issuerNameHash, &b->issuerNameHash); in OCSP_id_issuer_cmp()
|
D | ocsp_local.h | 18 ASN1_OCTET_STRING issuerNameHash; member
|
D | ocsp_vfy.c | 295 if ((cid->issuerNameHash.length != mdlen) || in ocsp_match_issuerid() 301 if (memcmp(md, cid->issuerNameHash.data, mdlen)) in ocsp_match_issuerid()
|
D | ocsp_asn.c | 25 ASN1_EMBED(OCSP_CERTID, issuerNameHash, ASN1_OCTET_STRING),
|
D | ocsp_srv.c | 48 *piNameHash = &cid->issuerNameHash; in OCSP_id_get0_info()
|
D | ocsp_prn.c | 24 i2a_ASN1_STRING(bp, &a->issuerNameHash, 0); in ocsp_certid_print()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 48 ASN1_OCTET_STRING *issuerNameHash; member 171 ASN1_SIMPLE(CertID, issuerNameHash, ASN1_OCTET_STRING), 430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 721 txt = octet_string_str(sresp->certID->issuerNameHash); in check_ocsp_resp() 781 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp() 782 cid2->issuerNameHash) != 0 || in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 48 ASN1_OCTET_STRING *issuerNameHash; member 171 ASN1_SIMPLE(CertID, issuerNameHash, ASN1_OCTET_STRING), 430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 721 txt = octet_string_str(sresp->certID->issuerNameHash); in check_ocsp_resp() 781 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp() 782 cid2->issuerNameHash) != 0 || in check_ocsp_resp()
|
/third_party/openssl/ |
D | CHANGES | 8905 signer or the OCSP signer CA to the issuerNameHash and issuerKeyHash
|