Home
last modified time | relevance | path

Searched refs:ASN1_TFLG_SK_MASK (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/asn1/
Dtasn_new.c287 if (tt->flags & ASN1_TFLG_SK_MASK) in ASN1_template_new()
314 if (tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK)) in asn1_template_clear()
Dtasn_fre.c186 if (tt->flags & ASN1_TFLG_SK_MASK) in ASN1_template_free()
Dtasn_prn.c353 if(flags & ASN1_TFLG_SK_MASK) in asn1_template_print_ctx()
Dtasn_enc.c317 if (flags & ASN1_TFLG_SK_MASK) in asn1_template_ex_i2d()
Dasn1t.h498 #define ASN1_TFLG_SK_MASK (0x3 << 1) macro
Dtasn_dec.c635 if (flags & ASN1_TFLG_SK_MASK) in asn1_template_noexp_d2i()
/external/openssl/include/openssl/
Dasn1t.h498 #define ASN1_TFLG_SK_MASK (0x3 << 1) macro