HomeSort by relevance Sort by last modified time
    Searched refs:milenage_f2345 (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
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))
milenage.h 24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,

Completed in 237 milliseconds