Home
last modified time | relevance | path

Searched refs:crypto_pwhash_SALTBYTES (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c82 unsigned char salt[crypto_pwhash_SALTBYTES]; in tv()
134 unsigned char salt[crypto_pwhash_SALTBYTES]; in tv2()
238 salt = (char *) sodium_malloc(crypto_pwhash_SALTBYTES); in str_tests()
241 memcpy(salt, ">A 16-bytes salt", crypto_pwhash_SALTBYTES); in str_tests()
H A Dpwhash_argon2id.c82 unsigned char salt[crypto_pwhash_SALTBYTES]; in tv()
134 unsigned char salt[crypto_pwhash_SALTBYTES]; in tv2()
427 assert(crypto_pwhash_saltbytes() == crypto_pwhash_SALTBYTES); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h45 #define crypto_pwhash_SALTBYTES crypto_pwhash_argon2id_SALTBYTES macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c53 return crypto_pwhash_SALTBYTES; in crypto_pwhash_saltbytes()