Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbs.c253 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, in cbs_get_asn1() argument
264 tag != tag_value) { in cbs_get_asn1()
276 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1() argument
277 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1()
280 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1_element() argument
281 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element()
284 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { in CBS_peek_asn1_tag() argument
288 return CBS_data(cbs)[0] == tag_value; in CBS_peek_asn1_tag()
/external/boringssl/src/include/openssl/
Dbytestring.h144 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value);
148 OPENSSL_EXPORT int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value);
155 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc2819 std::string tag_value; in ParseCryptoAttribute() local
2820 if (!GetValue(fields[0], kAttributeCrypto, &tag_value, error)) { in ParseCryptoAttribute()
2824 if (!GetValueFromString(line, tag_value, &tag, error)) { in ParseCryptoAttribute()
/external/v8/src/crankshaft/
Dhydrogen.cc5038 HValue* tag_value = Top(); in VisitSwitchStatement() local
5059 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type, in VisitSwitchStatement()