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.c77 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
215 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in ASN1_item_ex_d2i()
261 ret = asn1_check_tlen(NULL, NULL, NULL, NULL, NULL, in ASN1_item_ex_d2i()
371 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst, in ASN1_item_ex_d2i()
546 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst, in asn1_template_ex_d2i()
623 ret = asn1_check_tlen(&len, NULL, NULL, &sk_eoc, NULL, in asn1_template_noexp_d2i()
744 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
759 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst, in asn1_d2i_ex_primitive()
1012 if (!asn1_check_tlen(&plen, NULL, NULL, &inf, NULL, &p, len, in asn1_find_end()
1078 if (!asn1_check_tlen(&plen, NULL, NULL, &ininf, &cst, &p, in asn1_collect()
[all …]