Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_lib.c140 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) in OCSP_cert_id_new()
169 return ASN1_OCTET_STRING_cmp(a->issuerKeyHash, b->issuerKeyHash); in OCSP_id_issuer_cmp()
H A Docsp_vfy.c339 cid->issuerKeyHash->length != mdlen) in ocsp_match_issuerid()
347 if (memcmp(md, cid->issuerKeyHash->data, mdlen)) in ocsp_match_issuerid()
H A Docsp_local.h78 ASN1_OCTET_STRING *issuerKeyHash; member
H A Docsp_srv.c103 *pikeyHash = cid->issuerKeyHash; in OCSP_id_get0_info()
H A Docsp_prn.c81 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING); in ocsp_certid_print()
H A Docsp_asn.c142 .offset = offsetof(OCSP_CERTID, issuerKeyHash),
/dragonfly/contrib/wpa_supplicant/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()