HomeSort by: relevance | last modified time | path
    Searched refs:crypto_hash_sha512_bytes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/
hash_sha512.c 4 crypto_hash_sha512_bytes(void) function in typeref:typename:size_t
6 return crypto_hash_sha512_BYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
hash.c 41 assert(crypto_hash_sha512_bytes() >= crypto_hash_sha256_bytes());
42 assert(crypto_hash_sha512_bytes() == crypto_hash_bytes());
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_hash_sha512.h 33 #define crypto_hash_sha512_BYTES 64U
35 size_t crypto_hash_sha512_bytes(void);

Completed in 16 milliseconds