Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc9401 static bool ocsp_cert_id_matches_certificate(CBS* cert_id, X509* x509, X509* issuerX509) { in ocsp_cert_id_matches_certificate() function
9493 if (ocsp_cert_id_matches_certificate(&cert_id, x509, issuerX509)) { in find_ocsp_single_response()