Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc.cc279 std::string_view cert_algorithm_sequence; in InspectSignatureAlgorithmForCert() local
284 x509_util::CryptoBufferAsStringPiece(cert), &cert_algorithm_sequence, in InspectSignatureAlgorithmForCert()
290 bssl::ParseSignatureAlgorithm(bssl::der::Input(cert_algorithm_sequence)); in InspectSignatureAlgorithmForCert()
H A Dcert_verify_proc_unittest.cc1218 std::string_view cert_algorithm_sequence; in CreateCertificate() local
1221 cert_der, &cert_algorithm_sequence, &tbs_algorithm_sequence)) { in CreateCertificate()
1243 &cert_algorithm_sequence) || in CreateCertificate()