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

/external/boringssl/src/crypto/bytestring/
H A Dber.c143 unsigned out_tag = tag; local
145 out_tag &= ~CBS_ASN1_CONSTRUCTED;
147 if (!CBB_add_asn1(out, &out_contents_storage, out_tag)) {
H A Dcbs.c160 static int cbs_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, argument
180 if (out_tag != NULL) {
181 *out_tag = tag;
232 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, argument
234 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len,
238 int CBS_get_any_ber_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, argument
240 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len,

Completed in 19 milliseconds