Searched refs:id_type (Results 1 - 18 of 18) sorted by relevance

/external/kmod/libkmod/
H A Dlibkmod-signature.c87 uint8_t id_type; /* Key identifier type [enum pkey_id_type] */ member in struct:module_signature
129 modsig->id_type >= PKEY_ID_TYPE__LAST)
146 sig_info->id_type = pkey_id_type[modsig->id_type];
H A Dlibkmod-internal.h188 const char *algo, *hash_algo, *id_type; member in struct:kmod_signature_info
H A Dlibkmod-module.c2261 sig_info.id_type, strlen(sig_info.id_type));
/external/ipsec-tools/src/racoon/
H A Dadmin.h106 int id_type; member in struct:admin_com_psk
H A Disakmp.h238 u_int8_t id_type; /* ID Type */
H A Dadmin.c371 idtype = acp->id_type;
H A Dracoonctl.c719 acp->id_type = IDTYPE_USERFQDN;
/external/elfutils/src/
H A Dldscript.y633 newp->u.id_type = id_all;
635 newp->u.id_type = id_wild;
637 newp->u.id_type = id_str;
706 if (runp->u.id_type == id_str)
753 else if (runp->u.id_type == id_all)
774 assert (runp->u.id_type == id_wild);
H A Dld.h617 enum id_type enum in union:id_list::__anon6298
622 } id_type; member in union:id_list::__anon6298
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
/external/eigen/unsupported/test/
H A Dcxx11_meta.cpp29 using Eigen::internal::id_type;
238 test_id_helper(typename id_type<tt, dummy_a>::type()...);
/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DCXX11Meta.h129 template<typename dummy, typename t> struct id_type { typedef t type; }; struct in namespace:Eigen::internal
/external/tcpdump/
H A Dprint-isakmp.c217 uint8_t id_type; /* ID Type */ member in union:ikev1_pl_id::__anon22455
1337 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr)));

Completed in 704 milliseconds