Searched refs:issuerNameHash (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/crypto/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_prn.c | 24 i2a_ASN1_STRING(bp, &a->issuerNameHash, 0); in ocsp_certid_print()
|
| D | ocsp_srv.c | 48 *piNameHash = &cid->issuerNameHash; in OCSP_id_get0_info()
|
| /freebsd-12-stable/contrib/wpa/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()
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| D | ocsp.asn1 | 24 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
|
| D | revoke.c | 727 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.issuerNameHash); in hx509_revoke_verify() 916 &one->reqCert.issuerNameHash); in add_to_req() 1223 &basic.tbsResponseData.responses.val[i].certID.issuerNameHash); in hx509_ocsp_verify()
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 9014 signer or the OCSP signer CA to the issuerNameHash and issuerKeyHash
|