Home
last modified time | relevance | path

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

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