Searched refs:ASN1_TFLG_ADB_MASK (Results 1 – 3 of 3) sorted by relevance
250 if(tt->flags & ASN1_TFLG_ADB_MASK) { in ASN1_template_new()282 if(tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK)) in asn1_template_clear()
209 if(!(tt->flags & ASN1_TFLG_ADB_MASK)) return tt; in asn1_do_adb()
505 #define ASN1_TFLG_ADB_MASK (0x3<<8) macro