Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c408 assert(crypto_pwhash_strbytes() > 1U); in main()
409 assert(crypto_pwhash_strbytes() > strlen(crypto_pwhash_strprefix())); in main()
428 assert(crypto_pwhash_strbytes() == crypto_pwhash_STRBYTES); in main()
452 assert(crypto_pwhash_argon2id_strbytes() == crypto_pwhash_strbytes()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h51 size_t crypto_pwhash_strbytes(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c57 crypto_pwhash_strbytes(void) in crypto_pwhash_strbytes() function