Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dsignature_algorithm.cc280 der::Parser algorithm_identifier_parser; in ParseAlgorithmIdentifier() local
281 if (!parser.ReadSequence(&algorithm_identifier_parser)) { in ParseAlgorithmIdentifier()
292 if (!algorithm_identifier_parser.ReadTag(CBS_ASN1_OBJECT, algorithm)) { in ParseAlgorithmIdentifier()
303 if (algorithm_identifier_parser.HasMore() && in ParseAlgorithmIdentifier()
304 !algorithm_identifier_parser.ReadRawTLV(parameters)) { in ParseAlgorithmIdentifier()
307 return !algorithm_identifier_parser.HasMore(); in ParseAlgorithmIdentifier()