Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc.cc280 std::string_view tbs_algorithm_sequence; in InspectSignatureAlgorithmForCert() local
285 &tbs_algorithm_sequence)) { in InspectSignatureAlgorithmForCert()
292 bssl::ParseSignatureAlgorithm(bssl::der::Input(tbs_algorithm_sequence)); in InspectSignatureAlgorithmForCert()
H A Dcert_verify_proc_unittest.cc1219 std::string_view tbs_algorithm_sequence; in CreateCertificate() local
1221 cert_der, &cert_algorithm_sequence, &tbs_algorithm_sequence)) { in CreateCertificate()
1244 !SetAlgorithmSequence(params.tbs_algorithm, &tbs_algorithm_sequence)) { in CreateCertificate()