Searched refs:id_type (Results 1 – 14 of 14) sorted by relevance
/external/kmod/libkmod/ |
D | libkmod-signature.c | 87 uint8_t id_type; /* Key identifier type [enum pkey_id_type] */ member 129 modsig->id_type >= PKEY_ID_TYPE__LAST) in kmod_module_signature_info() 146 sig_info->id_type = pkey_id_type[modsig->id_type]; in kmod_module_signature_info()
|
D | libkmod-internal.h | 188 const char *algo, *hash_algo, *id_type; member
|
D | libkmod-module.c | 2261 sig_info.id_type, strlen(sig_info.id_type)); in kmod_module_get_info()
|
/external/elfutils/src/ |
D | ldscript.y | 633 newp->u.id_type = id_all; in new_id_listelem() 635 newp->u.id_type = id_wild; in new_id_listelem() 637 newp->u.id_type = id_str; in new_id_listelem() 706 if (runp->u.id_type == id_str) in add_id_list() 753 else if (runp->u.id_type == id_all) in add_id_list() 774 assert (runp->u.id_type == id_wild); in add_id_list()
|
D | ld.h | 617 enum id_type enum 622 } id_type; member
|
/external/ipsec-tools/src/racoon/ |
D | admin.h | 106 int id_type; member
|
D | isakmp.h | 238 u_int8_t id_type; /* ID Type */
|
D | admin.c | 371 idtype = acp->id_type;
|
D | racoonctl.c | 719 acp->id_type = IDTYPE_USERFQDN;
|
/external/wpa_supplicant_8/src/eap_server/ |
D | ikev2.c | 516 u8 id_type; in ikev2_process_idr() local 528 id_type = idr[0]; in ikev2_process_idr() 532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); in ikev2_process_idr() 535 if (id_type != data->IDr_type || idr_len != data->IDr_len || in ikev2_process_idr() 540 id_type); in ikev2_process_idr() 552 data->IDr_type = id_type; in ikev2_process_idr()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.c | 460 u8 id_type; in ikev2_process_idi() local 472 id_type = idi[0]; in ikev2_process_idi() 476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); in ikev2_process_idi() 484 data->IDi_type = id_type; in ikev2_process_idi()
|
/external/eigen/unsupported/test/ |
D | cxx11_meta.cpp | 29 using Eigen::internal::id_type; 238 test_id_helper(typename id_type<tt, dummy_a>::type()...); in test_id_type()
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
D | CXX11Meta.h | 129 template<typename dummy, typename t> struct id_type { typedef t type; };
|
/external/tcpdump/ |
D | print-isakmp.c | 218 uint8_t id_type; /* ID Type */ member 1348 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr))); in ikev1_id_print()
|