Searched refs:ASN1_TFLG_SK_MASK (Results 1 – 6 of 6) sorted by relevance
286 if (tt->flags & ASN1_TFLG_SK_MASK) in ASN1_template_new()313 if (tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK)) in asn1_template_clear()
184 if (tt->flags & ASN1_TFLG_SK_MASK) in ASN1_template_free()
357 if(flags & ASN1_TFLG_SK_MASK) in asn1_template_print_ctx()
316 if (flags & ASN1_TFLG_SK_MASK) in asn1_template_ex_i2d()
640 if (flags & ASN1_TFLG_SK_MASK) in asn1_template_noexp_d2i()
444 #define ASN1_TFLG_SK_MASK (0x3 << 1) macro