Home
last modified time | relevance | path

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

/dragonfly/contrib/cryptsetup/luks/
H A Dpbkdf.h14 int PBKDF2_performance_check(const char *hash, uint64_t *iter);
H A Dpbkdf.c241 int PBKDF2_performance_check(const char *hash, uint64_t *iter) in PBKDF2_performance_check() function
H A Dkeymanage.c411 if (PBKDF2_performance_check(hashSpec, PBKDF2_per_sec) < 0) { in LUKS_PBKDF2_performance_check()