Home
last modified time | relevance | path

Searched refs:pkcs5_pbkdf2 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/cryptsetup/luks/
H A Dpbkdf.c66 static int pkcs5_pbkdf2(const char *hash, in pkcs5_pbkdf2() function
215 return pkcs5_pbkdf2(hash, password, passwordLen, salt, saltLen, in PBKDF2_HMAC()
267 r = pkcs5_pbkdf2(hash, "foo", 3, "bar", 3, ~(0U), 1, &buf, 1); in PBKDF2_performance_check()