Searched defs:milenage_f2345 (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmilenage.c77 * 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))
/external/wpa_supplicant_8/src/crypto/
H A Dmilenage.c77 * 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))
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmilenage.c77 * 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))

Completed in 105 milliseconds