Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c85 COMPILER_ASSERT(crypto_pwhash_argon2i_OPSLIMIT_MAX <= ARGON2_MAX_TIME); in crypto_pwhash_argon2i_opslimit_max()
86 return crypto_pwhash_argon2i_OPSLIMIT_MAX; in crypto_pwhash_argon2i_opslimit_max()
155 opslimit > crypto_pwhash_argon2i_OPSLIMIT_MAX || in crypto_pwhash_argon2i()
191 opslimit > crypto_pwhash_argon2i_OPSLIMIT_MAX || in crypto_pwhash_argon2i_str()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2i.h53 #define crypto_pwhash_argon2i_OPSLIMIT_MAX 4294967295U macro
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c432 assert(crypto_pwhash_argon2i_opslimit_max() == crypto_pwhash_argon2i_OPSLIMIT_MAX); in main()