Home | History | Annotate | Download | only in asn1

Lines Matching defs:oclass

76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
165 unsigned char imphack = 0, oclass;
205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
215 if (oclass != V_ASN1_UNIVERSAL)
795 unsigned char oclass;
809 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
817 if (oclass != V_ASN1_UNIVERSAL)
1259 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1339 if (oclass)
1340 *oclass = pclass;