Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c411 assert(crypto_pwhash_opslimit_min() > 0U); in main()
430 assert(crypto_pwhash_opslimit_min() == crypto_pwhash_OPSLIMIT_MIN); in main()
456 crypto_pwhash_opslimit_min()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h59 size_t crypto_pwhash_opslimit_min(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c69 crypto_pwhash_opslimit_min(void) in crypto_pwhash_opslimit_min() function