#include "gc-pbkdf2-sha1.h"
#include "hmac.h"
#include <string.h>
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().