Home
last modified time | relevance | path

Searched refs:crypto_hash_sha512 (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssh/
H A Dhash.c17 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512() function
32 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512() function
H A Dcrypto_api.h32 int crypto_hash_sha512(unsigned char *, const unsigned char *,
H A Ded25519.c1920 crypto_hash_sha512(az,sk,32); in crypto_sign_ed25519_keypair()
1950 crypto_hash_sha512(az,sk,32); in crypto_sign_ed25519()
1961 crypto_hash_sha512(nonce, sm+32, mlen+32); in crypto_sign_ed25519()
1972 crypto_hash_sha512(hram,sm,mlen + 64); in crypto_sign_ed25519()
2012 crypto_hash_sha512(hram,m,smlen); in crypto_sign_ed25519_open()
H A Dssh_namespace.h230 #define crypto_hash_sha512 Fssh_crypto_hash_sha512 macro
H A Dsntrup761.c694 crypto_hash_sha512(h,x,inlen+1); in Hash_prefix()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c140 crypto_hash_sha512(sha2pass, pass, passlen); in bcrypt_pbkdf()
150 crypto_hash_sha512(sha2salt, countsalt, saltlen + 4); in bcrypt_pbkdf()
157 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout)); in bcrypt_pbkdf()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c21 crypto_hash_sha512(sk, seed, 32); in crypto_sign_ed25519_seed_keypair()
82 crypto_hash_sha512(h, ed25519_sk, 32); in crypto_sign_ed25519_sk_to_curve25519()
H A Dobsolete.c20 crypto_hash_sha512(sk, sk, 32); in crypto_sign_edwards25519sha512batch_keypair()
100 crypto_hash_sha512(h, sm, mlen + 32); in crypto_sign_edwards25519sha512batch_open()
H A Dsign.c81 crypto_hash_sha512(az, sk, 32); in _crypto_sign_ed25519_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c14 return crypto_hash_sha512(out, in, inlen); in crypto_hash()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_hash_sha512.h38 int crypto_hash_sha512(unsigned char *out, const unsigned char *in,
/freebsd/sys/contrib/libsodium/test/default/
H A Ded25519_convert.c26 crypto_hash_sha512(hseed, keypair_seed, crypto_sign_ed25519_SEEDBYTES); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
H A Dbox_curve25519xsalsa20poly1305.c18 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xsalsa20poly1305_seed_keypair()
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am24 sodium/crypto_hash_sha512.h \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c24 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xchacha20poly1305_seed_keypair()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c272 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512() function