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 - 6
of
6
) sorted by null
/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
];
187
EAP_SIM_NONCE_S_LEN
);
255
if (random_get_bytes(data->nonce_s,
EAP_SIM_NONCE_S_LEN
))
258
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
613
EAP_SIM_NONCE_S_LEN
)) {
eap_server_aka.c
22
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
434
EAP_SIM_NONCE_S_LEN
);
548
if (random_get_bytes(data->nonce_s,
EAP_SIM_NONCE_S_LEN
))
551
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
1058
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
];
486
EAP_SIM_NONCE_S_LEN
);
885
os_memcpy(data->nonce_s, eattr.nonce_s,
EAP_SIM_NONCE_S_LEN
);
887
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
eap_aka.c
25
u8 nonce_s[
EAP_SIM_NONCE_S_LEN
];
591
EAP_SIM_NONCE_S_LEN
);
1128
os_memcpy(data->nonce_s, eattr.nonce_s,
EAP_SIM_NONCE_S_LEN
);
1130
data->nonce_s,
EAP_SIM_NONCE_S_LEN
);
[
all
...]
Completed in 23 milliseconds