Searched refs:crypto_pwhash_saltbytes (Results 1 – 3 of 3) sorted by relevance
407 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()
47 size_t crypto_pwhash_saltbytes(void);
51 crypto_pwhash_saltbytes(void) in crypto_pwhash_saltbytes() function