Home
last modified time | relevance | path

Searched refs:crypto_pwhash_argon2i_MEMLIMIT_MAX (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c99 COMPILER_ASSERT((crypto_pwhash_argon2i_MEMLIMIT_MAX / 1024U) <= ARGON2_MAX_MEMORY); in crypto_pwhash_argon2i_memlimit_max()
100 return crypto_pwhash_argon2i_MEMLIMIT_MAX; in crypto_pwhash_argon2i_memlimit_max()
156 memlimit > crypto_pwhash_argon2i_MEMLIMIT_MAX) { in crypto_pwhash_argon2i()
192 memlimit > crypto_pwhash_argon2i_MEMLIMIT_MAX) { in crypto_pwhash_argon2i_str()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2i.h61 #define crypto_pwhash_argon2i_MEMLIMIT_MAX \ macro
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c434 assert(crypto_pwhash_argon2i_memlimit_max() == crypto_pwhash_argon2i_MEMLIMIT_MAX); in main()
/freebsd/sys/contrib/libsodium/
H A DChangeLog94 - The public `crypto_pwhash_argon2i_MEMLIMIT_MAX` constant was