OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAP_SIM_NONCE_S_LEN
(Results
1 - 12
of
12
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c
133
len[2] =
EAP_SIM_NONCE_S_LEN
;
144
EAP_SIM_NONCE_S_LEN
);
334
u8 seed3[2 +
EAP_SIM_NONCE_S_LEN
];
345
os_memcpy(seed3 + 2, nonce_s,
EAP_SIM_NONCE_S_LEN
);
717
if (alen != 2 +
EAP_SIM_NONCE_S_LEN
) {
eap_sim_common.h
18
#define
EAP_SIM_NONCE_S_LEN
16
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c
26
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
167
EAP_SIM_NONCE_S_LEN
);
235
if (os_get_random(data->nonce_s,
EAP_SIM_NONCE_S_LEN
))
238
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
570
EAP_SIM_NONCE_S_LEN
)) {
eap_aka.c
28
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
330
EAP_SIM_NONCE_S_LEN
);
444
if (os_get_random(data->nonce_s,
EAP_SIM_NONCE_S_LEN
))
447
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
964
EAP_SIM_NONCE_S_LEN
)) {
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c
128
len[2] =
EAP_SIM_NONCE_S_LEN
;
139
EAP_SIM_NONCE_S_LEN
);
329
u8 seed3[2 +
EAP_SIM_NONCE_S_LEN
];
340
os_memcpy(seed3 + 2, nonce_s,
EAP_SIM_NONCE_S_LEN
);
712
if (alen != 2 +
EAP_SIM_NONCE_S_LEN
) {
eap_sim_common.h
12
#define
EAP_SIM_NONCE_S_LEN
16
/external/wpa_supplicant_8/src/eap_server/
eap_server_sim.c
21
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
162
EAP_SIM_NONCE_S_LEN
);
230
if (random_get_bytes(data->nonce_s,
EAP_SIM_NONCE_S_LEN
))
233
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
565
EAP_SIM_NONCE_S_LEN
)) {
eap_server_aka.c
22
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
323
EAP_SIM_NONCE_S_LEN
);
437
if (random_get_bytes(data->nonce_s,
EAP_SIM_NONCE_S_LEN
))
440
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
957
EAP_SIM_NONCE_S_LEN
)) {
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c
35
u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[
EAP_SIM_NONCE_S_LEN
];
458
EAP_SIM_NONCE_S_LEN
);
857
os_memcpy(data->nonce_s, eattr.nonce_s,
EAP_SIM_NONCE_S_LEN
);
859
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
eap_aka.c
33
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
564
EAP_SIM_NONCE_S_LEN
);
1101
os_memcpy(data->nonce_s, eattr.nonce_s,
EAP_SIM_NONCE_S_LEN
);
1103
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_sim.c
28
u8 nonce_mt[EAP_SIM_NONCE_MT_LEN], nonce_s[
EAP_SIM_NONCE_S_LEN
];
471
EAP_SIM_NONCE_S_LEN
);
870
os_memcpy(data->nonce_s, eattr.nonce_s,
EAP_SIM_NONCE_S_LEN
);
872
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
eap_aka.c
25
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
576
EAP_SIM_NONCE_S_LEN
);
1113
os_memcpy(data->nonce_s, eattr.nonce_s,
EAP_SIM_NONCE_S_LEN
);
1115
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
[
all
...]
Completed in 1669 milliseconds