Go to the documentation of this file.
30 #ifndef POLARSSL_PBKDF2_H
31 #define POLARSSL_PBKDF2_H
39 typedef UINT32 uint32_t;
44 #define POLARSSL_ERR_PBKDF2_BAD_INPUT_DATA -0x007C
66 size_t plen,
const unsigned char *salt,
size_t slen,
67 unsigned int iteration_count,
68 uint32_t key_length,
unsigned char *output );