Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c74 COMPILER_ASSERT(crypto_pwhash_argon2id_OPSLIMIT_MIN >= ARGON2_MIN_TIME); in crypto_pwhash_argon2id_opslimit_min()
75 return crypto_pwhash_argon2id_OPSLIMIT_MIN; in crypto_pwhash_argon2id_opslimit_min()
157 opslimit < crypto_pwhash_argon2id_OPSLIMIT_MIN || in crypto_pwhash_argon2id()
193 opslimit < crypto_pwhash_argon2id_OPSLIMIT_MIN || in crypto_pwhash_argon2id_str()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h49 #define crypto_pwhash_argon2id_OPSLIMIT_MIN 1U macro
H A Dcrypto_pwhash.h57 #define crypto_pwhash_OPSLIMIT_MIN crypto_pwhash_argon2id_OPSLIMIT_MIN