/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 1641 const u8 *identity; eap_sm_buildIdentity() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.c | 931 u8 *identity; in hostapd_das_find_sta() local
|
H A D | ieee802_1x.c | 338 const u8 *identity; in ieee802_1x_learn_identity() local 1605 u8 *buf, *identity; ieee802_1x_update_sta_identity() local 2217 const u8 *identity; ieee802_1x_eapol_send() local 2265 ieee802_1x_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) ieee802_1x_get_eap_user() argument [all...] |
H A D | sta_info.h | 206 char *identity; /* User-Name from RADIUS */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 1681 const u8 *identity; eap_sm_buildIdentity() local [all...] |
H A D | eap_teap.c | 597 const u8 *identity, *password; in eap_teap_process_basic_auth_req() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_teap.c | 67 u8 *identity; /* from PAC-Opaque or client certificate */ member 147 u8 *identity = NULL; in eap_teap_session_ticket_cb() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 2504 static int radius_server_get_eap_user(void *ctx, const u8 *identity, in radius_server_get_eap_user() argument 2643 char *identity; global() member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.c | 892 u8 *identity; in hostapd_das_find_sta() local
|
H A D | ieee802_11.c | 2043 char *identity = NULL; in handle_auth() local 1935 ieee802_11_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, u32 *session_timeout, u32 *acct_interim_interval, struct vlan_description *vlan_id, struct hostapd_sta_wpa_psk_short **psk, char **identity, char **radius_cui, int is_probe_req) ieee802_11_allowed_address() argument 1974 ieee802_11_set_radius_info(struct hostapd_data *hapd, struct sta_info *sta, int res, u32 session_timeout, u32 acct_interim_interval, struct vlan_description *vlan_id, struct hostapd_sta_wpa_psk_short **psk, char **identity, char **radius_cui) ieee802_11_set_radius_info() argument 3869 char *identity = NULL; handle_assoc() local [all...] |
H A D | ieee802_1x.c | 335 const u8 *identity; in ieee802_1x_learn_identity() local 1596 u8 *buf, *identity; ieee802_1x_update_sta_identity() local 2199 const u8 *identity; ieee802_1x_eapol_send() local 2246 ieee802_1x_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) ieee802_1x_get_eap_user() argument [all...] |
H A D | sta_info.h | 164 char *identity; /* User-Name from RADIUS */ member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 166 struct dib0090_identity identity; member 190 struct dib0090_identity identity; member 331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local 422 struct dib0090_identity *identity = &state->identity; dib0090_fw_identify() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 417 u8 identity; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | lightnvm.h | 99 nvm_id_fn *identity; member
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 166 struct dib0090_identity identity; member 190 struct dib0090_identity identity; member 331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local 422 struct dib0090_identity *identity = &state->identity; dib0090_fw_identify() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 417 u8 identity; member
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 1132 SecIdentityRef identity = in CopyIdentityWithLabel() local 1265 CFTypeRef identity = (CFTypeRef) CFDictionaryGetValue( in CopyIdentityFromPKCS12File() local [all...] |
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 559 const vector unsigned char identity = vec_lvsl(0,(unsigned char *)0); in dering_altivec() local
|
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 1773 psk_server_callback(gnutls_session_t g_session, const char *identity, gnutls_datum_t *key) psk_server_callback() argument
|
/third_party/libcoap/examples/ |
H A D | coap-server.c | 1968 verify_id_callback(coap_bin_const_t *identity, in verify_id_callback() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 1983 struct ir3_instruction *identity = in emit_intrinsic_reduce() local
|
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 2986 static unsigned int psk_server_callback(SSL *ssl, const char *identity, in psk_server_callback() argument 2963 psk_client_callback(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len) psk_client_callback() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 538 ThreadIdentity *identity = GetOrCreateCurrentThreadIdentity(); in Synch_GetPerThread() local 594 ThreadIdentity *identity = CurrentThreadIdentityIfPresent(); in InternalAttemptToUseMutexInFatalSignalHandler() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 2701 radius_server_get_eap_user(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) radius_server_get_eap_user() argument 2840 char *identity; global() member [all...] |