Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
173 unsigned char oclass; in asn1_item_embed_d2i() local
232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i()
240 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_embed_d2i()
724 unsigned char oclass; in asn1_d2i_ex_primitive() local
734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
740 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive()
1133 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1208 if (oclass != NULL) in asn1_check_tlen()
1209 *oclass = pclass; in asn1_check_tlen()

Completed in 10 milliseconds