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

  /external/chromium_org/third_party/boringssl/src/crypto/bytestring/
ber.c 139 unsigned out_tag = tag; local
141 out_tag &= ~CBS_ASN1_CONSTRUCTED;
143 if (!CBB_add_asn1(out, &out_contents_storage, out_tag)) {
cbs.c 161 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
181 if (out_tag != NULL) {
182 *out_tag = tag;
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h 145 * |*cbs| (including header bytes) and advances |*cbs|. It sets |*out_tag| to
148 * header. Each of |out|, |out_tag|, and |out_header_len| may be NULL to ignore
153 unsigned *out_tag,

Completed in 31 milliseconds