Searched refs:crypto_pwhash_argon2i_strbytes (Results 1 – 3 of 3) sorted by relevance
410 assert(crypto_pwhash_argon2i_strbytes() > 1U); in main()411 assert(crypto_pwhash_argon2i_strbytes() > strlen(crypto_pwhash_argon2i_strprefix())); in main()429 assert(crypto_pwhash_argon2i_strbytes() == crypto_pwhash_argon2i_STRBYTES); in main()
43 size_t crypto_pwhash_argon2i_strbytes(void);
64 crypto_pwhash_argon2i_strbytes(void) in crypto_pwhash_argon2i_strbytes() function