/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/ |
crypto_hash.c | 14 return crypto_hash_sha512(out, in, inlen);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
crypto_hash_sha512.h | 38 int crypto_hash_sha512(unsigned char *out, const unsigned char *in,
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/ |
keypair.c | 4 #include "crypto_hash_sha512.h" 21 crypto_hash_sha512(sk, seed, 32); 82 crypto_hash_sha512(h, ed25519_sk, 32);
|
obsolete.c | 6 #include "crypto_hash_sha512.h" 20 crypto_hash_sha512(sk, sk, 32); 100 crypto_hash_sha512(h, sm, mlen + 32);
|
sign.c | 4 #include "crypto_hash_sha512.h" 81 crypto_hash_sha512(az, sk, 32);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/ |
Makefile.am | 25 sodium/crypto_hash_sha512.h \
|
Makefile.in | 147 sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h \ 395 sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h \
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ |
box_curve25519xsalsa20poly1305.c | 5 #include "crypto_hash_sha512.h" 18 crypto_hash_sha512(hash, seed, 32);
|
/src/sys/external/isc/libsodium/dist/test/default/ |
ed25519_convert.c | 26 crypto_hash_sha512(hseed, keypair_seed, crypto_sign_ed25519_SEEDBYTES);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
box_curve25519xchacha20poly1305.c | 10 #include "crypto_hash_sha512.h" 24 crypto_hash_sha512(hash, seed, 32);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/ |
hash_sha512_cp.c | 36 #include "crypto_hash_sha512.h" 272 crypto_hash_sha512(unsigned char *out, const unsigned char *in, function in typeref:typename:int
|