Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c414 assert(crypto_pwhash_memlimit_max() > 0U); in main()
433 assert(crypto_pwhash_memlimit_max() == crypto_pwhash_MEMLIMIT_MAX); in main()
462 crypto_pwhash_memlimit_max()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h71 size_t crypto_pwhash_memlimit_max(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c87 crypto_pwhash_memlimit_max(void) in crypto_pwhash_memlimit_max() function