Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h29 #define crypto_pwhash_BYTES_MIN crypto_pwhash_argon2id_BYTES_MIN macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c29 return crypto_pwhash_BYTES_MIN; in crypto_pwhash_bytes_min()
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c423 assert(crypto_pwhash_bytes_min() == crypto_pwhash_BYTES_MIN); in main()