Home
last modified time | relevance | path

Searched refs:issuerNameHash (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c70 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i))) in OCSP_cert_id_new()
98 ret = ASN1_OCTET_STRING_cmp(&a->issuerNameHash, &b->issuerNameHash); in OCSP_id_issuer_cmp()
H A Docsp_vfy.c335 if (cid->issuerNameHash.length != mdlen || in ocsp_match_issuerid()
343 if (memcmp(md, cid->issuerNameHash.data, mdlen) != 0) { in ocsp_match_issuerid()
H A Docsp_local.h20 ASN1_OCTET_STRING issuerNameHash; member
H A Docsp_asn.c25 ASN1_EMBED(OCSP_CERTID, issuerNameHash, ASN1_OCTET_STRING),
H A Docsp_prn.c24 i2a_ASN1_STRING(bp, &a->issuerNameHash, 0); in ocsp_certid_print()
H A Docsp_srv.c47 *piNameHash = &cid->issuerNameHash; in OCSP_id_get0_info()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c48 ASN1_OCTET_STRING *issuerNameHash; member
171 ASN1_SIMPLE(CertID, issuerNameHash, ASN1_OCTET_STRING),
424 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match()
716 txt = octet_string_str(sresp->certID->issuerNameHash); in check_ocsp_resp()
776 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp()
777 cid2->issuerNameHash) != 0 || in check_ocsp_resp()
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.asn124 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
H A Drevoke.c727 &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()