Home
last modified time | relevance | path

Searched refs:certid (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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/
H A 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/
H A Dshrpx_tls.cc2526 auto certid = OCSP_SINGLERESP_get0_id(sresp); in verify_ocsp_response() local
2528 auto certid = sresp->certId; in verify_ocsp_response() local
2530 assert(certid != nullptr); in verify_ocsp_response()
2534 const_cast<OCSP_CERTID *>(certid)); in verify_ocsp_response()

Completed in 5 milliseconds