summaryrefslogtreecommitdiff
path: root/lib/x509/pbkdf2-sha1.h
blob: b5dbdfbe8c2cc96a2e5e3a65f8af6d90a210b5cc (plain)
1
2
3
int _gnutls_pbkdf2_sha1 (const char *P, size_t Plen,
                         const char *S, size_t Slen,
                         unsigned int c, char *DK, size_t dkLen);