Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c78 COMPILER_ASSERT(crypto_pwhash_argon2i_OPSLIMIT_MIN >= ARGON2_MIN_TIME); in crypto_pwhash_argon2i_opslimit_min()
79 return crypto_pwhash_argon2i_OPSLIMIT_MIN; in crypto_pwhash_argon2i_opslimit_min()
161 opslimit < crypto_pwhash_argon2i_OPSLIMIT_MIN || in crypto_pwhash_argon2i()
197 opslimit < crypto_pwhash_argon2i_OPSLIMIT_MIN || in crypto_pwhash_argon2i_str()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2i.h49 #define crypto_pwhash_argon2i_OPSLIMIT_MIN 3U macro
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c431 assert(crypto_pwhash_argon2i_opslimit_min() == crypto_pwhash_argon2i_OPSLIMIT_MIN); in main()