Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h61 #define crypto_pwhash_OPSLIMIT_MAX crypto_pwhash_argon2id_OPSLIMIT_MAX macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c77 return crypto_pwhash_OPSLIMIT_MAX; in crypto_pwhash_opslimit_max()
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c431 assert(crypto_pwhash_opslimit_max() == crypto_pwhash_OPSLIMIT_MAX); in main()