Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c14 return crypto_hash_sha512(out, in, inlen); in crypto_hash()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_hash_sha512.h38 int crypto_hash_sha512(unsigned char *out, const unsigned char *in,
/f-stack/freebsd/contrib/libsodium/test/default/
H A Ded25519_convert.c26 crypto_hash_sha512(hseed, keypair_seed, crypto_sign_ed25519_SEEDBYTES); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
H A Dbox_curve25519xsalsa20poly1305.c18 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xsalsa20poly1305_seed_keypair()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am25 sodium/crypto_hash_sha512.h \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c24 crypto_hash_sha512(hash, seed, 32); in crypto_box_curve25519xchacha20poly1305_seed_keypair()
/f-stack/freebsd/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