Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c81 COMPILER_ASSERT(crypto_pwhash_argon2id_OPSLIMIT_MAX <= ARGON2_MAX_TIME); in crypto_pwhash_argon2id_opslimit_max()
82 return crypto_pwhash_argon2id_OPSLIMIT_MAX; in crypto_pwhash_argon2id_opslimit_max()
151 opslimit > crypto_pwhash_argon2id_OPSLIMIT_MAX || in crypto_pwhash_argon2id()
187 opslimit > crypto_pwhash_argon2id_OPSLIMIT_MAX || in crypto_pwhash_argon2id_str()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h53 #define crypto_pwhash_argon2id_OPSLIMIT_MAX 4294967295U macro
H A Dcrypto_pwhash.h61 #define crypto_pwhash_OPSLIMIT_MAX crypto_pwhash_argon2id_OPSLIMIT_MAX