Home
last modified time | relevance | path

Searched refs:crypto_hash_sha512_BYTES (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c80 unsigned char ph[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519ph_final_create()
92 unsigned char ph[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519ph_final_verify()
/freebsd/sys/contrib/libsodium/test/default/
H A Ded25519_convert.c21 unsigned char hseed[crypto_hash_sha512_BYTES]; in main()
24 assert(crypto_sign_ed25519_SEEDBYTES <= crypto_hash_sha512_BYTES); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/
H A Dhash_sha512.c6 return crypto_hash_sha512_BYTES; in crypto_hash_sha512_bytes()
/freebsd/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/crypto/openssh/
H A Dcrypto_api.h30 #define crypto_hash_sha512_BYTES 64U macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c77 unsigned char h[crypto_hash_sha512_BYTES]; in crypto_sign_ed25519_sk_to_curve25519()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c41 #define SHA512_DIGEST_LENGTH crypto_hash_sha512_BYTES