Searched refs:ASN1_TFLG_ADB_MASK (Results 1 – 4 of 4) sorted by relevance
218 if (tt->flags & ASN1_TFLG_ADB_MASK) { in asn1_template_new()251 if (tt->flags & (ASN1_TFLG_ADB_MASK | ASN1_TFLG_SK_MASK)) in asn1_template_clear()
199 if (!(tt->flags & ASN1_TFLG_ADB_MASK)) in asn1_do_adb()
335 if (tt->flags & ASN1_TFLG_ADB_MASK) { in asn1_item_embed_d2i()
562 # define ASN1_TFLG_ADB_MASK (0x3<<8) macro