Home
last modified time | relevance | path

Searched refs:certid (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c395 static int issuer_match(X509 *cert, X509 *issuer, CertID *certid) in issuer_match() argument
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm); in issuer_match()
430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match()
450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c395 static int issuer_match(X509 *cert, X509 *issuer, CertID *certid) in issuer_match() argument
405 dgst = EVP_get_digestbyobj(certid->hashAlgorithm->algorithm); in issuer_match()
430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match()
450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match()
/third_party/nghttp2/src/
Dshrpx_tls.cc2520 auto certid = OCSP_SINGLERESP_get0_id(sresp); in verify_ocsp_response() local
2522 auto certid = sresp->certId; in verify_ocsp_response() local
2524 assert(certid != nullptr); in verify_ocsp_response()
2528 const_cast<OCSP_CERTID *>(certid)); in verify_ocsp_response()
/third_party/openssl/crypto/err/
Dopenssl.txt195 CMP_R_CERTID_NOT_FOUND:109:certid not found
229 CMP_R_MISSING_CERTID:165:missing certid
273 CMP_R_WRONG_CERTID:189:wrong certid
274 CMP_R_WRONG_CERTID_IN_RP:187:wrong certid in rp
306 CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR:183:ess signing certid mismatch error