HomeSort by relevance Sort by last modified time
    Searched refs:next_pseudonym_len (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant/
eap_sim_common.h 135 size_t next_pseudonym_len, next_reauth_id_len, identity_len, res_len; member in struct:eap_sim_attrs
eap_aka.c 145 data->pseudonym = os_malloc(attr->next_pseudonym_len);
152 attr->next_pseudonym_len);
153 data->pseudonym_len = attr->next_pseudonym_len;
eap_sim.c 196 data->pseudonym = os_malloc(attr->next_pseudonym_len);
203 attr->next_pseudonym_len);
204 data->pseudonym_len = attr->next_pseudonym_len;
eap_sim_common.c 493 attr->next_pseudonym_len = plen;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 197 size_t next_pseudonym_len, next_reauth_id_len, identity_len, res_len; member in struct:eap_sim_attrs
eap_sim_common.c 775 attr->next_pseudonym_len = plen;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 297 data->pseudonym = os_malloc(attr->next_pseudonym_len);
304 attr->next_pseudonym_len);
305 data->pseudonym_len = attr->next_pseudonym_len;
eap_aka.c 267 data->pseudonym = os_malloc(attr->next_pseudonym_len);
274 attr->next_pseudonym_len);
275 data->pseudonym_len = attr->next_pseudonym_len;
    [all...]

Completed in 28 milliseconds