Home
last modified time | relevance | path

Searched refs:ASN1_TFLG_ADB_MASK (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dtasn_new.c229 if (tt->flags & ASN1_TFLG_ADB_MASK) { in ASN1_template_new()
256 if (tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK)) in asn1_template_clear()
H A Dtasn_utl.c250 if (!(tt->flags & ASN1_TFLG_ADB_MASK)) in asn1_do_adb()
H A Dasn1t.h555 #define ASN1_TFLG_ADB_MASK (0x3<<8) macro