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
00024