milenage.h

Go to the documentation of this file.
00001 
00016 #ifndef MILENAGE_H
00017 #define MILENAGE_H
00018 
00019 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
00020                        const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik,
00021                        u8 *ck, u8 *res, size_t *res_len);
00022 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
00023                   u8 *sqn);
00024 void gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
00025                   u8 *kc);
00026 
00027 #endif /* MILENAGE_H */
00028 

Generated on Sun Dec 31 13:43:28 2006 for hostapd by  doxygen 1.4.2