Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i()
346 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst, in asn1_item_embed_d2i()
521 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst, in asn1_template_ex_d2i()
610 ret = asn1_check_tlen(&len, NULL, NULL, &sk_eoc, NULL, in asn1_template_noexp_d2i()
734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
749 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst, in asn1_d2i_ex_primitive()
998 if (!asn1_check_tlen(&plen, NULL, NULL, &inf, NULL, &p, len, in asn1_find_end()
1069 if (!asn1_check_tlen(&plen, NULL, NULL, &ininf, &cst, &p, in asn1_collect()
1133 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() function
/openssl/
H A DCHANGES.md13736 asn1_check_tlen() would sometimes attempt to use 'ctx' when it was

Completed in 63 milliseconds