Searched refs:otag (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | tasn_dec.c | 85 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 179 int otag; in asn1_item_ex_d2i() local 228 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_ex_d2i() 244 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_ex_d2i() 251 return asn1_d2i_ex_primitive(pval, in, len, it, otag, 0, 0, ctx); in asn1_item_ex_d2i() 1162 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1239 if (otag) in asn1_check_tlen() 1240 *otag = ptag; in asn1_check_tlen()
|