wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pkcs5.h
Go to the documentation of this file.
1 
5 #ifndef PKCS5_H
6 #define PKCS5_H
7 
8 u8 * pkcs5_decrypt(const u8 *enc_alg, size_t enc_alg_len,
9  const u8 *enc_data, size_t enc_data_len,
10  const char *passwd, size_t *data_len);
11 
12 #endif /* PKCS5_H */