Home
last modified time | relevance | path

Searched refs:milenage_f2345 (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dmilenage.c88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345() function
185 milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) { in milenage_generate()
215 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak)) in milenage_auts()
240 if (milenage_f2345(opc, k, _rand, res, ck, ik, NULL, NULL)) in gsm_milenage()
281 if (milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) in milenage_check()
297 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak)) in milenage_check()
Dmilenage.h24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,