Searched refs:asn1_collect (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | tasn_dec.c | 71 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, 810 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) { in asn1_d2i_ex_primitive() 1047 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, in asn1_collect() function 1090 if (!asn1_collect(buf, &p, plen, ininf, tag, aclass, depth + 1)) in asn1_collect()
|