Functions

gc-pbkdf2-sha1.h File Reference

#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)

Function Documentation

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().