Searched refs:out_tag (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 169 static int cbs_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in cbs_get_any_asn1_element() argument 189 if (out_tag != NULL) { in cbs_get_any_asn1_element() 190 *out_tag = tag; in cbs_get_any_asn1_element() 241 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in CBS_get_any_asn1_element() argument 243 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len, in CBS_get_any_asn1_element() 247 int CBS_get_any_ber_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in CBS_get_any_ber_asn1_element() argument 249 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len, in CBS_get_any_ber_asn1_element()
|
D | ber.c | 143 unsigned out_tag = tag; in cbs_convert_ber() local 145 out_tag &= ~CBS_ASN1_CONSTRUCTED; in cbs_convert_ber() 147 if (!CBB_add_asn1(out, &out_contents_storage, out_tag)) { in cbs_convert_ber()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 164 unsigned *out_tag, 172 unsigned *out_tag,
|