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

/external/boringssl/src/crypto/asn1/
H A Dtasn_dec.c77 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
206 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
255 ret = asn1_check_tlen(NULL, NULL, NULL, NULL, NULL,
380 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
569 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
660 ret = asn1_check_tlen(&len, NULL, NULL, &sk_eoc, NULL,
807 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
824 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
1116 if(!asn1_check_tlen(&plen, NULL, NULL, &inf, NULL, &p, len,
1184 if (!asn1_check_tlen(
1255 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, function
[all...]

Completed in 71 milliseconds