md5.h

Go to the documentation of this file.
00001 
00016 #ifndef MD5_H
00017 #define MD5_H
00018 
00019 #define MD5_MAC_LEN 16
00020 
00021 void hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem,
00022                      const u8 *addr[], const size_t *len, u8 *mac);
00023 void hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
00024               u8 *mac);
00025 
00026 #endif /* MD5_H */
00027 

Generated on Sat May 6 21:13:37 2006 for wpa_supplicant by  doxygen 1.4.2