#include <stdlib.h>Go to the source code of this file.
Functions | |
| int | pbkdf2_sha1 (const char *P, size_t Plen, const char *S, size_t Slen, unsigned int c, char *DK, size_t dkLen) |
| int pbkdf2_sha1 | ( | const char * | P, | |
| size_t | Plen, | |||
| const char * | S, | |||
| size_t | Slen, | |||
| unsigned int | c, | |||
| char * | DK, | |||
| size_t | dkLen | |||
| ) |
References hmac_sha1().
Referenced by ODc_Crypto::performDecrypt().
1.7.1