pkcs5.h

Go to the documentation of this file.
00001 
00016 #ifndef PKCS5_H
00017 #define PKCS5_H
00018 
00019 u8 * pkcs5_decrypt(const u8 *enc_alg, size_t enc_alg_len,
00020                    const u8 *enc_data, size_t enc_data_len,
00021                    const char *passwd, size_t *data_len);
00022 
00023 #endif /* PKCS5_H */
00024 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:53 2009 for hostapd by  doxygen 1.6.1