Searched refs:crypto_hash_sha512_init (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c45 crypto_hash_sha512_init(&state->ictx);
51 crypto_hash_sha512_init(&state->ictx);
58 crypto_hash_sha512_init(&state->octx);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_hash_sha512.h42 int crypto_hash_sha512_init(crypto_hash_sha512_state *state);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c44 crypto_hash_sha512_init(&hs);
53 crypto_hash_sha512_init(&hs);
H A Dsign.c21 crypto_hash_sha512_init(hs);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c63 crypto_hash_sha512_init(&state->hs);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c195 crypto_hash_sha512_init(crypto_hash_sha512_state *state) function
277 crypto_hash_sha512_init(&state);

Completed in 40 milliseconds