Searched refs:issuerKeyHash (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/ocsp/ |
A D | ocsp_lib.c | 77 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()
|
A D | ocsp_local.h | 21 ASN1_OCTET_STRING issuerKeyHash; member
|
A D | ocsp_vfy.c | 335 cid->issuerKeyHash.length != mdlen) { in ocsp_match_issuerid() 350 ret = memcmp(md, cid->issuerKeyHash.data, mdlen) == 0; in ocsp_match_issuerid()
|
A D | ocsp_asn.c | 26 ASN1_EMBED(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
|
A D | ocsp_prn.c | 26 i2a_ASN1_STRING(bp, &a->issuerKeyHash, 0); in ocsp_certid_print()
|
A D | ocsp_srv.c | 49 *pikeyHash = &cid->issuerKeyHash; in OCSP_id_get0_info()
|
/openssl-master/ |
A D | CHANGES.md | 13162 signer or the OCSP signer CA to the issuerNameHash and issuerKeyHash
|
Completed in 32 milliseconds