/freebsd/crypto/openssh/ |
H A D | hash.c | 17 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 D | crypto_api.h | 32 int crypto_hash_sha512(unsigned char *, const unsigned char *,
|
H A D | ed25519.c | 1920 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 D | ssh_namespace.h | 230 #define crypto_hash_sha512 Fssh_crypto_hash_sha512 macro
|
H A D | sntrup761.c | 694 crypto_hash_sha512(h,x,inlen+1); in Hash_prefix()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 140 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 D | keypair.c | 21 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 D | obsolete.c | 20 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 D | sign.c | 81 crypto_hash_sha512(az, sk, 32); in _crypto_sign_ed25519_detached()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/ |
H A D | crypto_hash.c | 14 return crypto_hash_sha512(out, in, inlen); in crypto_hash()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_hash_sha512.h | 38 int crypto_hash_sha512(unsigned char *out, const unsigned char *in,
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | ed25519_convert.c | 26 crypto_hash_sha512(hseed, keypair_seed, crypto_sign_ed25519_SEEDBYTES); in main()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ |
H A D | box_curve25519xsalsa20poly1305.c | 18 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xsalsa20poly1305_seed_keypair()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/ |
H A D | Makefile.am | 24 sodium/crypto_hash_sha512.h \
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
H A D | box_curve25519xchacha20poly1305.c | 24 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xchacha20poly1305_seed_keypair()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
H A D | hash_sha512_cp.c | 272 crypto_hash_sha512(unsigned char *out, const unsigned char *in, in crypto_hash_sha512() function
|