Home
last modified time | relevance | path

Searched refs:next_pseudonym (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_sim.c36 char *next_pseudonym; member
98 os_free(data->next_pseudonym); in eap_sim_reset()
170 os_free(data->next_pseudonym); in eap_sim_build_encr()
173 data->next_pseudonym = NULL; in eap_sim_build_encr()
175 data->next_pseudonym = in eap_sim_build_encr()
180 data->next_pseudonym = NULL; in eap_sim_build_encr()
196 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL && in eap_sim_build_encr()
215 if (data->next_pseudonym) { in eap_sim_build_encr()
217 data->next_pseudonym); in eap_sim_build_encr()
219 os_strlen(data->next_pseudonym), in eap_sim_build_encr()
[all …]
H A Deap_server_aka.c39 char *next_pseudonym; member
281 os_free(data->next_pseudonym); in eap_aka_reset()
435 os_free(data->next_pseudonym); in eap_aka_build_encr()
438 data->next_pseudonym = NULL; in eap_aka_build_encr()
440 data->next_pseudonym = in eap_aka_build_encr()
447 data->next_pseudonym = NULL; in eap_aka_build_encr()
465 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL && in eap_aka_build_encr()
484 if (data->next_pseudonym) { in eap_aka_build_encr()
486 data->next_pseudonym); in eap_aka_build_encr()
488 os_strlen(data->next_pseudonym), in eap_aka_build_encr()
[all …]
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sim_common.h185 const u8 *next_pseudonym, *next_reauth_id; member
H A Deap_sim_common.c767 attr->next_pseudonym = pos + 4; in eap_sim_parse_attr()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_sim.c433 if (attr->next_pseudonym) { in eap_sim_learn_ids()
441 attr->next_pseudonym, in eap_sim_learn_ids()
461 os_memcpy(data->pseudonym, attr->next_pseudonym, in eap_sim_learn_ids()
H A Deap_aka.c407 if (attr->next_pseudonym) { in eap_aka_learn_ids()
415 attr->next_pseudonym, in eap_aka_learn_ids()
435 os_memcpy(data->pseudonym, attr->next_pseudonym, in eap_aka_learn_ids()