Searched refs:certID (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl_ocsp.c | 132 CertID *certID; member 193 ASN1_SIMPLE(SingleResponse, certID, CertID), 709 txt = algor_str(sresp->certID->hashAlgorithm); in check_ocsp_resp() 716 txt = octet_string_str(sresp->certID->issuerNameHash); in check_ocsp_resp() 723 txt = octet_string_str(sresp->certID->issuerKeyHash); in check_ocsp_resp() 730 txt = integer_str(sresp->certID->serialNumber); in check_ocsp_resp() 771 cid1 = cmp_sresp->certID; in check_ocsp_resp() 772 cid2 = sresp->certID; in check_ocsp_resp() 786 ASN1_INTEGER_cmp(sresp->certID->serialNumber, in check_ocsp_resp() 788 issuer_match(cert, issuer, sresp->certID) == 0) { in check_ocsp_resp()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | revoke.c | 717 ret = der_heim_integer_cmp(&ocsp->ocsp.tbsResponseData.responses.val[j].certID.serialNumber, in hx509_revoke_verify() 725 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_revoke_verify() 727 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.issuerNameHash); in hx509_revoke_verify() 736 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.hashAlgorithm, in hx509_revoke_verify() 738 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.issuerKeyHash); in hx509_revoke_verify() 1213 ret = der_heim_integer_cmp(&basic.tbsResponseData.responses.val[i].certID.serialNumber, in hx509_ocsp_verify() 1221 &basic.tbsResponseData.responses.val[i].certID.hashAlgorithm, in hx509_ocsp_verify() 1223 &basic.tbsResponseData.responses.val[i].certID.issuerNameHash); in hx509_ocsp_verify()
|
H A D | ocsp.asn1 | 29 certID OCSPCertID,
|