Searched refs:V_ASN1_ANY (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Dtasn_fre.c233 case V_ASN1_ANY:
H A Dtasn_dec.c391 if (it->utype != V_ASN1_ANY || it->funcs != NULL)
434 if (it->utype == V_ASN1_ANY)
534 if (it->utype != V_ASN1_ANY)
620 if (it->utype == V_ASN1_ANY)
H A Dtasn_new.c299 case V_ASN1_ANY:
H A Dtasn_enc.c592 } else if (it->utype == V_ASN1_ANY) {
618 if (it->utype != V_ASN1_ANY) {
H A Dtasn_typ.c466 .utype = V_ASN1_ANY,
H A Dtasn_prn.c432 if (utype == V_ASN1_ANY) {
H A Dasn1.h90 #define V_ASN1_ANY -4 /* used in ASN1 template code */ macro

Completed in 195 milliseconds