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 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()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/ |
| H A D | crypto_hash.c | 14 return crypto_hash_sha512(out, in, inlen); in crypto_hash()
|
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | ed25519_convert.c | 26 crypto_hash_sha512(hseed, keypair_seed, crypto_sign_ed25519_SEEDBYTES); in main()
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 25 sodium/crypto_hash_sha512.h \
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/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
|