Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDhash.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
HDcrypto_api.h32 int crypto_hash_sha512(unsigned char *, const unsigned char *,
HDed25519.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()
HDssh_namespace.h229 #define crypto_hash_sha512 Fssh_crypto_hash_sha512 macro
HDsntrup761.c1960 crypto_hash_sha512(h, x, inlen + 1); in Hash_prefix()
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDbcrypt_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-14-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
HDkeypair.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()
HDobsolete.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()
HDsign.c81 crypto_hash_sha512(az, sk, 32); in _crypto_sign_ed25519_detached()
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/
HDcrypto_hash.c14 return crypto_hash_sha512(out, in, inlen); in crypto_hash()
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_hash_sha512.h38 int crypto_hash_sha512(unsigned char *out, const unsigned char *in,
/freebsd-14-stable/sys/contrib/libsodium/test/default/
HDed25519_convert.c26 crypto_hash_sha512(hseed, keypair_seed, crypto_sign_ed25519_SEEDBYTES); in main()
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
HDbox_curve25519xsalsa20poly1305.c18 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xsalsa20poly1305_seed_keypair()
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/include/
HDMakefile.am25 sodium/crypto_hash_sha512.h \
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_curve25519xchacha20poly1305.c24 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xchacha20poly1305_seed_keypair()
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
HDhash_sha512_cp.c272 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512() function