Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dtasn_dec.c85 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
228 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_ex_d2i()
274 ret = asn1_check_tlen(NULL, NULL, NULL, NULL, NULL, in asn1_item_ex_d2i()
384 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst, in asn1_item_ex_d2i()
567 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst, in asn1_template_ex_d2i()
644 ret = asn1_check_tlen(&len, NULL, NULL, &sk_eoc, NULL, in asn1_template_noexp_d2i()
765 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
780 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst, in asn1_d2i_ex_primitive()
1033 if (!asn1_check_tlen(&plen, NULL, NULL, &inf, NULL, &p, len, in asn1_find_end()
1099 if (!asn1_check_tlen(&plen, NULL, NULL, &ininf, &cst, &p, in asn1_collect()
[all …]