OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_pseudonym_len
(Results
1 - 4
of
4
) sorted by null
/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;
/external/wpa_supplicant_8/src/eap_peer/
eap_aka.c
382
attr->
next_pseudonym_len
);
393
data->pseudonym = os_malloc(attr->
next_pseudonym_len
+
402
attr->
next_pseudonym_len
);
404
os_memcpy(data->pseudonym + attr->
next_pseudonym_len
,
407
data->pseudonym_len = attr->
next_pseudonym_len
+ realm_len;
[
all
...]
eap_sim.c
404
attr->
next_pseudonym_len
);
415
data->pseudonym = os_malloc(attr->
next_pseudonym_len
+
424
attr->
next_pseudonym_len
);
426
os_memcpy(data->pseudonym + attr->
next_pseudonym_len
,
429
data->pseudonym_len = attr->
next_pseudonym_len
+ realm_len;
[
all
...]
Completed in 152 milliseconds