Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/asn1/
Dtasn_enc.c339 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) { in asn1_template_ex_i2d()
359 if (flags & ASN1_TFLG_EXPTAG) in asn1_template_ex_i2d()
369 if (flags & ASN1_TFLG_EXPTAG) in asn1_template_ex_i2d()
378 if (flags & ASN1_TFLG_EXPTAG) in asn1_template_ex_i2d()
385 if (flags & ASN1_TFLG_EXPTAG) { in asn1_template_ex_i2d()
Dasn1t.h521 #define ASN1_TFLG_EXPTAG (0x2 << 3) macro
529 #define ASN1_TFLG_EXPLICIT ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT
Dtasn_dec.c1172 if ((at->flags & ASN1_TFLG_EXPTAG) == 0) in asn1_template_d2i()