Lines Matching refs:flags
28 const ASN1_ITEM *it, int flags);
56 const ASN1_ITEM *it, int flags) in asn1_item_flags_i2d() argument
62 len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags); in asn1_item_flags_i2d()
68 ASN1_item_ex_i2d(&val, &p, it, -1, flags); in asn1_item_flags_i2d()
73 return ASN1_item_ex_i2d(&val, out, it, -1, flags); in asn1_item_flags_i2d()
94 asn1_cb = ((aux->flags & ASN1_AFLG_CONST_CB) != 0) ? aux->asn1_const_cb in ASN1_item_ex_i2d()
217 const int flags = tt->flags; in asn1_template_ex_i2d() local
225 if (flags & ASN1_TFLG_EMBED) { in asn1_template_ex_i2d()
236 if (flags & ASN1_TFLG_TAG_MASK) { in asn1_template_ex_i2d()
243 tclass = flags & ASN1_TFLG_TAG_CLASS; in asn1_template_ex_i2d()
263 if ((flags & ASN1_TFLG_NDEF) && (iclass & ASN1_TFLG_NDEF)) in asn1_template_ex_i2d()
268 if (flags & ASN1_TFLG_SK_MASK) { in asn1_template_ex_i2d()
278 if (flags & ASN1_TFLG_SET_OF) { in asn1_template_ex_i2d()
281 if (flags & ASN1_TFLG_SEQUENCE_OF) in asn1_template_ex_i2d()
290 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) { in asn1_template_ex_i2d()
309 if (len == 0 && (tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d()
319 if (flags & ASN1_TFLG_EXPTAG) in asn1_template_ex_i2d()
329 if (flags & ASN1_TFLG_EXPTAG) in asn1_template_ex_i2d()
338 if (flags & ASN1_TFLG_EXPTAG) in asn1_template_ex_i2d()
345 if (flags & ASN1_TFLG_EXPTAG) { in asn1_template_ex_i2d()
350 if ((tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d()
371 if (len == 0 && (tt->flags & ASN1_TFLG_OPTIONAL) == 0) { in asn1_template_ex_i2d()
623 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()