Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c407 assert(crypto_pwhash_saltbytes() > 0U); in main()
427 assert(crypto_pwhash_saltbytes() == crypto_pwhash_SALTBYTES); in main()
451 assert(crypto_pwhash_argon2id_saltbytes() == crypto_pwhash_saltbytes()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h47 size_t crypto_pwhash_saltbytes(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c51 crypto_pwhash_saltbytes(void) in crypto_pwhash_saltbytes() function