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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/
crypto_hash.c 5 crypto_hash_bytes(void) function in typeref:typename:size_t
7 return crypto_hash_BYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_hash.h 23 #define crypto_hash_BYTES crypto_hash_sha512_BYTES
25 size_t crypto_hash_bytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
hash.c 10 static unsigned char h[crypto_hash_BYTES];
18 for (i = 0; i < crypto_hash_BYTES; ++i) {
23 for (i = 0; i < crypto_hash_BYTES; ++i) {
38 assert(crypto_hash_bytes() > 0U);
42 assert(crypto_hash_sha512_bytes() == crypto_hash_bytes());

Completed in 14 milliseconds