Searched refs:ParseElement (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dasn1_util.h24 // ParseElement parses a DER encoded ASN1 element from |in|, requiring that
33 bool ParseElement(base::StringPiece* in,
38 // GetElement performs the same actions as ParseElement, except that the header
H A Dasn1_util.cc11 bool ParseElement(base::StringPiece* in, function in namespace:net::asn1
67 if (!ParseElement(in, tag_value, out, &header_len))
120 if (!asn1::ParseElement(&tbs_certificate, asn1::kSEQUENCE, spki_out, NULL))
/external/chromium_org/net/cert/
H A Dasn1_util.h34 // ParseElement parses a DER encoded ASN1 element from |in|, requiring that
46 bool ParseElement(base::StringPiece* in,
51 // GetElement performs the same actions as ParseElement, except that the header
H A Dasn1_util.cc11 bool ParseElement(base::StringPiece* in, function in namespace:net::asn1
88 if (!ParseElement(in, tag_value, out, &header_len))
155 if (!ParseElement(&cert, kSEQUENCE, spki_out, NULL))
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc63 std::string str = ParseElement(line, &line_position,
81 std::string str = ParseElement(line, &line_position,
93 static std::string ParseElement(const std::string& line, function in class:DataLogParser

Completed in 455 milliseconds