HomeSort by relevance Sort by last modified time
    Searched refs:out_tag (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/bytestring/
ber.c 143 unsigned out_tag = tag; local
145 out_tag &= ~CBS_ASN1_CONSTRUCTED;
147 if (!CBB_add_asn1(out, &out_contents_storage, out_tag)) {
cbs.c 169 static int cbs_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
189 if (out_tag != NULL) {
190 *out_tag = tag;
241 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
243 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len,
247 int CBS_get_any_ber_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
249 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len,
  /external/boringssl/src/include/openssl/
bytestring.h 158 * |*cbs| (including header bytes) and advances |*cbs|. It sets |*out_tag| to
160 * of |out|, |out_tag|, and |out_header_len| may be NULL to ignore the value.
164 unsigned *out_tag,
172 unsigned *out_tag,

Completed in 200 milliseconds