Lines Matching defs:oclass
42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
173 unsigned char oclass;
232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
240 if (oclass != V_ASN1_UNIVERSAL) {
724 unsigned char oclass;
734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
740 if (oclass != V_ASN1_UNIVERSAL)
1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1210 if (oclass != NULL)
1211 *oclass = pclass;