Home
last modified time | relevance | path

Searched defs:out_tag (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbs.c160 static int cbs_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in cbs_get_any_asn1_element()
232 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in CBS_get_any_asn1_element()
238 int CBS_get_any_ber_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in CBS_get_any_ber_asn1_element()
Dber.c143 unsigned out_tag = tag; in cbs_convert_ber() local