HomeSort by relevance Sort by last modified time
    Searched refs:milenage_f2345 (Results 1 - 3 of 3) 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,
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
milenage.c 83 * milenage_f2345 - Milenage f2, f3, f4, f5, f5* algorithms
94 static int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, function
191 milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) {
221 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak))
246 if (milenage_f2345(opc, k, _rand, res, ck, ik, NULL, NULL))
287 if (milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL))
303 if (milenage_f2345(opc, k, _rand, NULL, NULL, NULL, NULL, ak))
    [all...]

Completed in 57 milliseconds