rc4.h

Go to the documentation of this file.
00001 
00016 #ifndef RC4_H
00017 #define RC4_H
00018 
00019 void rc4_skip(const u8 *key, size_t keylen, size_t skip,
00020               u8 *data, size_t data_len);
00021 void rc4(u8 *buf, size_t len, const u8 *key, size_t key_len);
00022 
00023 #endif /* RC4_H */
00024 

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