Searched refs:algorithm_identifier_parser (Results 1 – 1 of 1) sorted by relevance
290 der::Parser algorithm_identifier_parser; in ParseAlgorithmIdentifier() local291 if (!parser.ReadSequence(&algorithm_identifier_parser)) { in ParseAlgorithmIdentifier()302 if (!algorithm_identifier_parser.ReadTag(CBS_ASN1_OBJECT, algorithm)) { in ParseAlgorithmIdentifier()313 if (algorithm_identifier_parser.HasMore() && in ParseAlgorithmIdentifier()314 !algorithm_identifier_parser.ReadRawTLV(parameters)) { in ParseAlgorithmIdentifier()317 return !algorithm_identifier_parser.HasMore(); in ParseAlgorithmIdentifier()
Completed in 12 milliseconds