milenage.c | 77 * milenage_f2345 - Milenage f2, f3, f4, f5, f5* algorithms 88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, function 185 milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) { 215 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak)) 240 if (milenage_f2345(opc, k, _rand, res, ck, ik, NULL, NULL)) 281 if (milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) 297 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak))
|