Searched refs:ASN1_TFLG_COMBINE (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 187 tt->flags & ASN1_TFLG_COMBINE); in ASN1_template_free()
|
D | tasn_utl.c | 210 if (tt->flags & ASN1_TFLG_COMBINE) { in asn1_get_field_ptr()
|
D | tasn_dec.c | 182 int combine = aclass & ASN1_TFLG_COMBINE; in asn1_item_ex_d2i() 183 aclass &= ~ASN1_TFLG_COMBINE; in asn1_item_ex_d2i() 713 -1, tt->flags & ASN1_TFLG_COMBINE, opt, ctx, in asn1_template_noexp_d2i()
|
D | tasn_new.c | 292 ret = asn1_item_ex_combine_new(pval, it, tt->flags & ASN1_TFLG_COMBINE); in ASN1_template_new()
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 283 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) } 505 #define ASN1_TFLG_COMBINE (0x1<<10) macro
|