Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i))) in OCSP_cert_id_new()
101 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash); in OCSP_id_issuer_cmp()
H A Docsp_vfy.c336 cid->issuerKeyHash.length != mdlen) { in ocsp_match_issuerid()
351 ret = memcmp(md, cid->issuerKeyHash.data, mdlen) == 0; in ocsp_match_issuerid()
H A Docsp_local.h21 ASN1_OCTET_STRING issuerKeyHash; member
H A Docsp_asn.c26 ASN1_EMBED(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
H A Docsp_prn.c26 i2a_ASN1_STRING(bp, &a->issuerKeyHash, 0); in ocsp_certid_print()
H A Docsp_srv.c49 *pikeyHash = &cid->issuerKeyHash; in OCSP_id_get0_info()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c49 ASN1_OCTET_STRING *issuerKeyHash; member
172 ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match()
728 txt = octet_string_str(sresp->certID->issuerKeyHash); in check_ocsp_resp()
783 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash, in check_ocsp_resp()
784 cid2->issuerKeyHash) != 0)) { in check_ocsp_resp()
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.asn125 issuerKeyHash OCTET STRING, -- Hash of Issuers public key
H A Drevoke.c738 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.issuerKeyHash); in hx509_revoke_verify()
929 &one->reqCert.issuerKeyHash); in add_to_req()