/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 58 int utype; member 73 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, 75 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype); 125 if ((asn1_tags.utype == V_ASN1_SEQUENCE) in generate_v3() 126 || (asn1_tags.utype == V_ASN1_SET)) { in generate_v3() 135 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3() 137 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype); in generate_v3() 244 int utype; in asn1_cb() local 263 utype = asn1_str2tag(elem, len); in asn1_cb() 265 if (utype in asn1_cb() 401 asn1_multi(int utype, const char *section, X509V3_CTX *cnf, int depth, int *perr) asn1_multi() argument 575 asn1_str2type(const char *str, int format, int utype) asn1_str2type() argument [all...] |
H A D | tasn_dec.c | 63 int utype, char *free_cont, const ASN1_ITEM *it); 249 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i() 703 int ret = 0, utype; in asn1_d2i_ex_primitive() local 717 utype = tag; in asn1_d2i_ex_primitive() 720 utype = it->utype; in asn1_d2i_ex_primitive() 722 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive() 734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 741 utype = V_ASN1_OTHER; in asn1_d2i_ex_primitive() 744 tag = utype; in asn1_d2i_ex_primitive() 831 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) asn1_ex_c2i() argument [all...] |
H A D | tasn_enc.c | 472 int utype; in asn1_i2d_ex_primitive() local 476 utype = it->utype; in asn1_i2d_ex_primitive() 482 len = asn1_ex_i2c(pval, NULL, &utype, it); in asn1_i2d_ex_primitive() 487 * call to asn1_ex_i2c() could change utype. in asn1_i2d_ex_primitive() 489 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive() 490 (utype == V_ASN1_OTHER)) in asn1_i2d_ex_primitive() 508 tag = utype; in asn1_i2d_ex_primitive() 514 asn1_ex_i2c(pval, *out, &utype, i in asn1_i2d_ex_primitive() 534 int utype; asn1_ex_i2c() local [all...] |
H A D | tasn_new.c | 266 int utype; in asn1_primitive_new() local 284 utype = -1; in asn1_primitive_new() 286 utype = it->utype; in asn1_primitive_new() 287 switch (utype) { in asn1_primitive_new() 314 str->type = utype; in asn1_primitive_new() 317 str = ASN1_STRING_type_new(utype); in asn1_primitive_new() 331 int utype; in asn1_primitive_clear() local 341 utype = -1; in asn1_primitive_clear() 343 utype in asn1_primitive_clear() [all...] |
H A D | tasn_fre.c | 148 int utype; in ossl_asn1_primitive_free() local 169 utype = typ->type; in ossl_asn1_primitive_free() 174 utype = -1; in ossl_asn1_primitive_free() 178 utype = it->utype; in ossl_asn1_primitive_free() 179 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free() 183 switch (utype) { in ossl_asn1_primitive_free()
|
H A D | tasn_prn.c | 155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx() 438 long utype; in asn1_primitive_print() local 450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print() 452 utype = it->utype; in asn1_primitive_print() 453 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_print() 458 if (utype == V_ASN1_ANY) { in asn1_primitive_print() 460 utype = atype->type; in asn1_primitive_print() 466 pname = ASN1_tag2str(utype); in asn1_primitive_print() 469 pname = ASN1_tag2str(utype); in asn1_primitive_print() [all...] |
H A D | x_bignum.c | 31 int utype, char *free_cont, const ASN1_ITEM *it); 33 int utype, char *free_cont, const ASN1_ITEM *it); 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 139 ret = bn_c2i(pval, cont, len, utype, free_cont, it); in bn_secure_c2i() 115 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_c2i() argument 130 bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_secure_c2i() argument
|
H A D | tasn_utl.c | 31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector() 39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const() 53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
|
H A D | x_long.c | 27 int utype, char *free_cont, const ASN1_ITEM *it); 129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() 128 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) long_c2i() argument
|
H A D | x_int64.c | 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 176 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() 73 uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint64_c2i() argument 175 uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint32_c2i() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 58 int utype; member 73 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, 75 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype); 125 if ((asn1_tags.utype == V_ASN1_SEQUENCE) in generate_v3() 126 || (asn1_tags.utype == V_ASN1_SET)) { in generate_v3() 135 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3() 137 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype); in generate_v3() 244 int utype; in asn1_cb() local 263 utype = asn1_str2tag(elem, len); in asn1_cb() 265 if (utype in asn1_cb() 401 asn1_multi(int utype, const char *section, X509V3_CTX *cnf, int depth, int *perr) asn1_multi() argument 575 asn1_str2type(const char *str, int format, int utype) asn1_str2type() argument [all...] |
H A D | tasn_dec.c | 63 int utype, char *free_cont, const ASN1_ITEM *it); 249 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i() 703 int ret = 0, utype; in asn1_d2i_ex_primitive() local 717 utype = tag; in asn1_d2i_ex_primitive() 720 utype = it->utype; in asn1_d2i_ex_primitive() 722 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive() 734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 741 utype = V_ASN1_OTHER; in asn1_d2i_ex_primitive() 744 tag = utype; in asn1_d2i_ex_primitive() 831 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) asn1_ex_c2i() argument [all...] |
H A D | tasn_enc.c | 472 int utype; in asn1_i2d_ex_primitive() local 476 utype = it->utype; in asn1_i2d_ex_primitive() 482 len = asn1_ex_i2c(pval, NULL, &utype, it); in asn1_i2d_ex_primitive() 487 * call to asn1_ex_i2c() could change utype. in asn1_i2d_ex_primitive() 489 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive() 490 (utype == V_ASN1_OTHER)) in asn1_i2d_ex_primitive() 508 tag = utype; in asn1_i2d_ex_primitive() 514 asn1_ex_i2c(pval, *out, &utype, i in asn1_i2d_ex_primitive() 534 int utype; asn1_ex_i2c() local [all...] |
H A D | tasn_new.c | 266 int utype; in asn1_primitive_new() local 284 utype = -1; in asn1_primitive_new() 286 utype = it->utype; in asn1_primitive_new() 287 switch (utype) { in asn1_primitive_new() 314 str->type = utype; in asn1_primitive_new() 317 str = ASN1_STRING_type_new(utype); in asn1_primitive_new() 331 int utype; in asn1_primitive_clear() local 341 utype = -1; in asn1_primitive_clear() 343 utype in asn1_primitive_clear() [all...] |
H A D | tasn_fre.c | 148 int utype; in ossl_asn1_primitive_free() local 169 utype = typ->type; in ossl_asn1_primitive_free() 174 utype = -1; in ossl_asn1_primitive_free() 178 utype = it->utype; in ossl_asn1_primitive_free() 179 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free() 183 switch (utype) { in ossl_asn1_primitive_free()
|
H A D | tasn_prn.c | 155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx() 438 long utype; in asn1_primitive_print() local 450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print() 452 utype = it->utype; in asn1_primitive_print() 453 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_print() 458 if (utype == V_ASN1_ANY) { in asn1_primitive_print() 460 utype = atype->type; in asn1_primitive_print() 466 pname = ASN1_tag2str(utype); in asn1_primitive_print() 469 pname = ASN1_tag2str(utype); in asn1_primitive_print() [all...] |
H A D | x_bignum.c | 31 int utype, char *free_cont, const ASN1_ITEM *it); 33 int utype, char *free_cont, const ASN1_ITEM *it); 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 139 ret = bn_c2i(pval, cont, len, utype, free_cont, it); in bn_secure_c2i() 115 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_c2i() argument 130 bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_secure_c2i() argument
|
H A D | tasn_utl.c | 31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector() 39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const() 53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
|
H A D | x_long.c | 27 int utype, char *free_cont, const ASN1_ITEM *it); 129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() 128 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) long_c2i() argument
|
H A D | x_int64.c | 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 176 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() 73 uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint64_c2i() argument 175 uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint32_c2i() argument
|
/third_party/libabigail/src/ |
H A D | abg-ctf-reader.cc | 735 type_base_sptr utype = rdr->build_type(ctf_dictionary, ctf_utype); in process_ctf_typedef() 737 if (!utype) in process_ctf_typedef() 745 result.reset(new typedef_decl(typedef_name, utype, location(), in process_ctf_typedef() 751 if (is_anonymous_type(utype) in process_ctf_typedef() 752 && (is_enum_type(utype) || is_class_or_union_type(utype))) in process_ctf_typedef() 754 decl_base_sptr decl = is_decl(utype); in process_ctf_typedef() 1372 type_base_sptr utype = rdr->build_type(ctf_dictionary, ctf_utype); in process_ctf_qualified_type() local 1373 if (!utype) in process_ctf_qualified_type() 1392 if (is_function_type(utype)) in process_ctf_qualified_type() 1491 type_decl_sptr utype; process_ctf_enum_type() local [all...] |
H A D | abg-dwarf-reader.cc | 13406 type_base_sptr utype = is_type(utype_decl); 13407 ABG_ASSERT(utype); 13420 result.reset(new qualified_type_def(utype, qual, location())); 13622 type_base_sptr utype = is_type(utype_decl); 13623 ABG_ASSERT(utype); 13638 result.reset(new pointer_type_def(utype, size, /*alignment=*/0, location())); 13698 type_base_sptr utype = is_type(utype_decl); 13699 ABG_ASSERT(utype); 13714 result.reset(new reference_type_def(utype, is_lvalue, size, 14237 type_base_sptr utype; [all...] |
/third_party/libabigail/tests/data/test-read-ctf/ |
H A D | test-forward-undefine-type-decl.c | 9 union key_utype *utype);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 202 struct symbol *stype, *utype; in bigger_int_type() local 215 utype = left; in bigger_int_type() 219 utype = right; in bigger_int_type() 221 if (utype->rank >= stype->rank) in bigger_int_type() 222 return utype; in bigger_int_type() 223 if (stype->bit_size > utype->bit_size) in bigger_int_type() 225 utype = unsigned_types[stype->rank]; in bigger_int_type() 226 return utype; in bigger_int_type() 2933 // @utype: the union type 2936 static struct symbol *find_member_type(struct symbol *utype, struc argument [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | asn1t.h | 70 * structure. In this case the 'utype' field 604 long utype; /* underlying type */ member 651 int len, int utype, char *free_cont,
|