Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c404 assert(crypto_pwhash_bytes_min() > 0U); in main()
405 assert(crypto_pwhash_bytes_max() > crypto_pwhash_bytes_min()); in main()
423 assert(crypto_pwhash_bytes_min() == crypto_pwhash_BYTES_MIN); in main()
447 assert(crypto_pwhash_argon2id_bytes_min() == crypto_pwhash_bytes_min()); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h31 size_t crypto_pwhash_bytes_min(void);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c27 crypto_pwhash_bytes_min(void) in crypto_pwhash_bytes_min() function