HomeSort by: relevance | last modified time | path
    Searched refs:crypto_hash_sha512_BYTES (Results 1 - 6 of 6) 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/src/libsodium/include/sodium/
crypto_hash.h 23 #define crypto_hash_BYTES crypto_hash_sha512_BYTES
crypto_hash_sha512.h 33 #define crypto_hash_sha512_BYTES 64U
35 size_t crypto_hash_sha512_bytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/
sign_ed25519.c 80 unsigned char ph[crypto_hash_sha512_BYTES];
92 unsigned char ph[crypto_hash_sha512_BYTES];
  /src/sys/external/isc/libsodium/dist/test/default/
ed25519_convert.c 21 unsigned char hseed[crypto_hash_sha512_BYTES];
24 assert(crypto_sign_ed25519_SEEDBYTES <= crypto_hash_sha512_BYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
keypair.c 77 unsigned char h[crypto_hash_sha512_BYTES];

Completed in 16 milliseconds