Lines Matching refs:flags
77 const ASN1_ITEM *it, int flags);
104 const ASN1_ITEM *it, int flags)
110 len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags);
117 ASN1_item_ex_i2d(&val, &p, it, -1, flags);
122 return ASN1_item_ex_i2d(&val, out, it, -1, flags);
215 /* Retain any other flags in aclass */
273 int i, ret, flags, ttag, tclass, ndef;
274 flags = tt->flags;
278 * the iclass argument may contain some additional flags
281 if (flags & ASN1_TFLG_TAG_MASK)
289 tclass = flags & ASN1_TFLG_TAG_CLASS;
308 * 'tclass' is the class and iclass is any flags passed
313 if ((flags & ASN1_TFLG_NDEF) && (iclass & ASN1_TFLG_NDEF))
317 if (flags & ASN1_TFLG_SK_MASK)
328 if (flags & ASN1_TFLG_SET_OF)
332 if (flags & ASN1_TFLG_SEQUENCE_OF)
340 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG))
364 if (flags & ASN1_TFLG_EXPTAG)
373 if (flags & ASN1_TFLG_EXPTAG)
383 if (flags & ASN1_TFLG_EXPTAG)
390 if (flags & ASN1_TFLG_EXPTAG)
412 /* Either normal or IMPLICIT tagging: combine class and flags */
672 && (strtmp->flags & ASN1_STRING_FLAG_NDEF))