Go to the documentation of this file.
29 #ifndef POLARSSL_PBKDF2_H
30 #define POLARSSL_PBKDF2_H
38 typedef UINT32 uint32_t;
43 #define POLARSSL_ERR_PBKDF2_BAD_INPUT_DATA -0x007C
64 size_t plen,
const unsigned char *salt,
size_t slen,
65 unsigned int iteration_count,
66 uint32_t key_length,
unsigned char *output );