Home
last modified time | relevance | path

Searched refs:V_ASN1_ANY (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/asn1/
Dtasn_enc.c424 } else if(it->utype == V_ASN1_ANY) { in asn1_ex_i2c()
448 if (it->utype != V_ASN1_ANY) in asn1_ex_i2c()
Dtasn_fre.c219 case V_ASN1_ANY: in ASN1_primitive_free()
Dtasn_new.c318 case V_ASN1_ANY: in ASN1_primitive_new()
Dtasn_dec.c604 if(utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
712 if(it->utype == V_ASN1_ANY) { in asn1_ex_c2i()
Dasn1.h95 #define V_ASN1_ANY -4 /* used in ASN1 template code */ macro