OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsm_milenage
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/crypto/
milenage.h
17
int
gsm_milenage
(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
milenage.c
227
*
gsm_milenage
- Generate GSM-Milenage (3GPP TS 55.205) authentication triplet
235
int
gsm_milenage
(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc)
function
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c
647
gsm_milenage
(m->opc, m->ki, _rand, sres, kc);
/external/wpa_supplicant_8/src/eap_peer/
eap_sim.c
196
if (
gsm_milenage
(opc, k, data->rand[i],
Completed in 3710 milliseconds