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

/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_sim.c34 char *next_pseudonym; member in struct:eap_sim_data
96 os_free(data->next_pseudonym);
152 os_free(data->next_pseudonym);
155 data->next_pseudonym = NULL;
157 data->next_pseudonym =
162 data->next_pseudonym = NULL;
178 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
197 if (data->next_pseudonym) {
199 data->next_pseudonym);
201 os_strlen(data->next_pseudonym),
[all...]
H A Deap_server_aka.c38 char *next_pseudonym; member in struct:eap_aka_data
241 os_free(data->next_pseudonym);
395 os_free(data->next_pseudonym);
398 data->next_pseudonym = NULL;
400 data->next_pseudonym =
407 data->next_pseudonym = NULL;
425 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
444 if (data->next_pseudonym) {
446 data->next_pseudonym);
448 os_strlen(data->next_pseudonym),
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_sim_common.h185 const u8 *next_pseudonym, *next_reauth_id; member in struct:eap_sim_attrs
H A Deap_sim_common.c767 attr->next_pseudonym = pos + 4;
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_sim.c403 if (attr->next_pseudonym) {
411 attr->next_pseudonym,
431 os_memcpy(data->pseudonym, attr->next_pseudonym,
H A Deap_aka.c383 if (attr->next_pseudonym) {
391 attr->next_pseudonym,
411 os_memcpy(data->pseudonym, attr->next_pseudonym,

Completed in 60 milliseconds