wpa_supplicant / hostapd 2.0

pkcs5.h

Go to the documentation of this file.
00001 
00010 #ifndef PKCS5_H
00011 #define PKCS5_H
00012 
00013 u8 * pkcs5_decrypt(const u8 *enc_alg, size_t enc_alg_len,
00014                    const u8 *enc_data, size_t enc_data_len,
00015                    const char *passwd, size_t *data_len);
00016 
00017 #endif /* PKCS5_H */
00018 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines