bcrypt_pbkdf
int bcrypt_pbkdf(const char *, size_t, const uint8_t *, size_t,
bcrypt_pbkdf("password", 8, "salt", 4, key, 88, 4);
bcrypt_pbkdf(t->password, t->passlen, t->salt, t->saltlen,
if (bcrypt_pbkdf("testpassword", strlen("testpassword"),
if (bcrypt_pbkdf(passphrase, strlen(passphrase), salt, saltsz,
int bcrypt_pbkdf(const char *, size_t, const uint8_t *, size_t,
if (bcrypt_pbkdf(passphrase, strlen(passphrase),
if (!errstr && bcrypt_pbkdf(pass, strlen(pass), salt, saltlen, key,
if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt),
if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt),
if (bcrypt_pbkdf(passphrase, strlen(passphrase),
if (bcrypt_pbkdf(passphrase, strlen(passphrase), salt, slen,