Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c420 assert(crypto_pwhash_memlimit_sensitive() > 0U); in main()
444 assert(crypto_pwhash_memlimit_sensitive() == in main()
474 crypto_pwhash_memlimit_sensitive()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h95 size_t crypto_pwhash_memlimit_sensitive(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c123 crypto_pwhash_memlimit_sensitive(void) in crypto_pwhash_memlimit_sensitive() function