Searched refs:crypto_pwhash_SALTBYTES (Results 1 – 4 of 4) sorted by relevance
82 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()
82 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()
45 #define crypto_pwhash_SALTBYTES crypto_pwhash_argon2id_SALTBYTES macro
53 return crypto_pwhash_SALTBYTES; in crypto_pwhash_saltbytes()