Searched refs:crypto_hash_sha512_BYTES (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/
H A Dhash_sha512.c6 return crypto_hash_sha512_BYTES;
/freebsd-13-stable/crypto/openssh/
H A Dhash.c24 crypto_hash_sha512_BYTES)) != 0)
H A Dcrypto_api.h23 #define crypto_hash_sha512_BYTES 64U macro
H A Ded25519.c63 unsigned char hmg[crypto_hash_sha512_BYTES];
64 unsigned char hram[crypto_hash_sha512_BYTES];
114 unsigned char hram[crypto_hash_sha512_BYTES];
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_hash.h23 #define crypto_hash_BYTES crypto_hash_sha512_BYTES
H A Dcrypto_hash_sha512.h33 #define crypto_hash_sha512_BYTES 64U macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c80 unsigned char ph[crypto_hash_sha512_BYTES];
92 unsigned char ph[crypto_hash_sha512_BYTES];
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Ded25519_convert.c21 unsigned char hseed[crypto_hash_sha512_BYTES];
24 assert(crypto_sign_ed25519_SEEDBYTES <= crypto_hash_sha512_BYTES);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c77 unsigned char h[crypto_hash_sha512_BYTES];
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c38 #define SHA512_DIGEST_LENGTH crypto_hash_sha512_BYTES

Completed in 92 milliseconds