Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dhash.c38 assert(crypto_hash_bytes() > 0U); in main()
42 assert(crypto_hash_sha512_bytes() == crypto_hash_bytes()); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c5 crypto_hash_bytes(void) in crypto_hash_bytes() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_hash.h25 size_t crypto_hash_bytes(void);