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

  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 307 attr->next_pseudonym_len);
318 data->pseudonym = os_malloc(attr->next_pseudonym_len +
327 attr->next_pseudonym_len);
329 os_memcpy(data->pseudonym + attr->next_pseudonym_len,
332 data->pseudonym_len = attr->next_pseudonym_len + realm_len;
eap_aka.c 277 attr->next_pseudonym_len);
288 data->pseudonym = os_malloc(attr->next_pseudonym_len +
297 attr->next_pseudonym_len);
299 os_memcpy(data->pseudonym + attr->next_pseudonym_len,
302 data->pseudonym_len = attr->next_pseudonym_len + realm_len;
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 191 size_t next_pseudonym_len, next_reauth_id_len, identity_len, res_len; member in struct:eap_sim_attrs
eap_sim_common.c 770 attr->next_pseudonym_len = plen;

Completed in 22 milliseconds