Home | History | Annotate | Download | only in asn1

Lines Matching refs:utype

223 		if (!(ASN1_tag2bit(otag) & it->utype))
250 exptag = it->utype;
291 | it->utype);
771 int ret = 0, utype;
786 utype = tag;
790 utype = it->utype;
792 if (utype == V_ASN1_ANY)
807 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
815 utype = V_ASN1_OTHER;
819 tag = utype;
835 if ((utype == V_ASN1_SEQUENCE)
836 || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER))
841 if (utype == V_ASN1_OTHER)
869 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN
870 || utype == V_ASN1_OBJECT || utype == V_ASN1_INTEGER
871 || utype == V_ASN1_ENUMERATED)
911 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
924 int utype, char *free_cont, const ASN1_ITEM *it)
935 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
937 if (it->utype == V_ASN1_ANY)
949 if (utype != typ->type)
950 ASN1_TYPE_set(typ, utype, NULL);
954 switch(utype)
997 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
1018 if (utype == V_ASN1_BMPSTRING && (len & 1))
1023 if (utype == V_ASN1_UNIVERSALSTRING && (len & 3))
1031 stmp = ASN1_STRING_type_new(utype);
1042 stmp->type = utype;
1066 if (typ && (utype == V_ASN1_NULL))