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

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dmilenage.c83 * milenage_f2345 - Milenage f2, f3, f4, f5, f5* algorithms
94 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))
H A Dmilenage.h30 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,

Completed in 105 milliseconds