Home
last modified time | relevance | path

Searched refs:utype (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/crypto/x509/
Dasn1_gen.c118 int utype; member
133 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
135 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
185 if ((asn1_tags.utype == V_ASN1_SEQUENCE) in generate_v3()
186 || (asn1_tags.utype == V_ASN1_SET)) { in generate_v3()
195 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3()
197 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype); in generate_v3()
306 int utype; in asn1_cb() local
325 utype = asn1_str2tag(elem, len); in asn1_cb()
327 if (utype == -1) { in asn1_cb()
[all …]
/external/boringssl/src/crypto/asn1/
Dtasn_dec.c231 if (!(ASN1_tag2bit(otag) & it->utype)) { in ASN1_item_ex_d2i()
254 exptag = it->utype; in ASN1_item_ex_d2i()
291 | it->utype); in ASN1_item_ex_d2i()
714 int ret = 0, utype; in asn1_d2i_ex_primitive() local
727 utype = tag; in asn1_d2i_ex_primitive()
730 utype = it->utype; in asn1_d2i_ex_primitive()
732 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
744 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive()
751 utype = V_ASN1_OTHER; in asn1_d2i_ex_primitive()
754 tag = utype; in asn1_d2i_ex_primitive()
[all …]
Dtasn_enc.c488 int utype; in asn1_i2d_ex_primitive() local
492 utype = it->utype; in asn1_i2d_ex_primitive()
498 len = asn1_ex_i2c(pval, NULL, &utype, it); in asn1_i2d_ex_primitive()
505 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive()
506 (utype == V_ASN1_OTHER)) in asn1_i2d_ex_primitive()
524 tag = utype; in asn1_i2d_ex_primitive()
530 asn1_ex_i2c(pval, *out, &utype, it); in asn1_i2d_ex_primitive()
550 int utype; in asn1_ex_i2c() local
561 || (it->utype != V_ASN1_BOOLEAN)) { in asn1_ex_i2c()
569 utype = strtmp->type; in asn1_ex_i2c()
[all …]
Dtasn_new.c319 int utype; in ASN1_primitive_new() local
331 utype = -1; in ASN1_primitive_new()
333 utype = it->utype; in ASN1_primitive_new()
334 switch (utype) { in ASN1_primitive_new()
357 str = ASN1_STRING_type_new(utype); in ASN1_primitive_new()
370 int utype; in asn1_primitive_clear() local
380 utype = -1; in asn1_primitive_clear()
382 utype = it->utype; in asn1_primitive_clear()
383 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
Dtasn_fre.c192 int utype; in ASN1_primitive_free() local
204 utype = typ->type; in ASN1_primitive_free()
209 utype = -1; in ASN1_primitive_free()
213 utype = it->utype; in ASN1_primitive_free()
214 if ((utype != V_ASN1_BOOLEAN) && !*pval) in ASN1_primitive_free()
218 switch (utype) { in ASN1_primitive_free()
Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector()
86 sel = offset2ptr(*pval, it->utype); in asn1_set_choice_selector()
/external/strace/
Dmsghdr.c239 const unsigned int utype = cmsg_type; in print_cmsg_type_data() local
243 if (utype < ARRAY_SIZE(cmsg_socket_printers) in print_cmsg_type_data()
244 && cmsg_socket_printers[utype].printer in print_cmsg_type_data()
245 && data_len >= cmsg_socket_printers[utype].min_len) { in print_cmsg_type_data()
247 cmsg_socket_printers[utype].printer(tcp, cmsg_data, data_len); in print_cmsg_type_data()
252 if (utype < ARRAY_SIZE(cmsg_ip_printers) in print_cmsg_type_data()
253 && cmsg_ip_printers[utype].printer in print_cmsg_type_data()
254 && data_len >= cmsg_ip_printers[utype].min_len) { in print_cmsg_type_data()
256 cmsg_ip_printers[utype].printer(tcp, cmsg_data, data_len); in print_cmsg_type_data()
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Denum_macros.tmpl98 typedef base::underlying_type<{{enum_name}}>::type utype;
99 return DefaultHash<utype>::Hash().hash(static_cast<utype>(value));
/external/boringssl/src/include/openssl/
Dasn1t.h518 long utype; /* underlying type */ member
619 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, ch…
872 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, …
/external/flatbuffers/src/
Dreflection.cpp684 auto utype = table->GetField<uint8_t>(utype_offset, 0); in VerifyObject() local
685 if (utype != 0) { in VerifyObject()
688 auto child_obj = fb_enum->values()->Get(utype)->object(); in VerifyObject()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c406 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument
407 case utype: \ in add_handlers_for_repeated_field()
526 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument
527 case utype: \ in add_handlers_for_oneof_field()
Dupb.h5484 #define TYPE_METHODS(utype, ltype, ctype, vtype) \
5491 const Handlers::utype ## Handler& handler) { \
5524 #define TYPE_METHODS(utype, ctype) \
5525 inline bool Handlers::Set##utype##Handler(const FieldDef *f, \
5526 const utype##Handler &h) { \
/external/protobuf/php/ext/google/protobuf/
Dupb.h4788 #define TYPE_METHODS(utype, ltype, ctype, vtype) \
4795 const Handlers::utype ## Handler& handler) { \
4828 #define TYPE_METHODS(utype, ctype) \
4829 inline bool Handlers::Set##utype##Handler(const FieldDef *f, \
4830 const utype##Handler &h) { \
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...