Searched refs:otag (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | tasn_dec.c | 86 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 179 int otag; in asn1_item_ex_d2i() local 237 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_ex_d2i() 253 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_ex_d2i() 260 return asn1_d2i_ex_primitive(pval, in, len, it, otag, 0, 0, ctx); in asn1_item_ex_d2i() 1111 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1188 if (otag) in asn1_check_tlen() 1189 *otag = ptag; in asn1_check_tlen()
|
/external/rust/crates/quiche/deps/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()
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 4923 std::string otag = testCases[i].localeID; in TestCanonicalize() local 4924 Locale loc = Locale::forLanguageTag(otag.c_str(), status); in TestCanonicalize() 4929 otag.c_str(), in TestCanonicalize()
|