Home
last modified time | relevance | path

Searched refs:sha512_init (Results 1 – 2 of 2) sorted by relevance

/qemu/crypto/
H A Dhash-nettle.c84 .init = (qcrypto_nettle_init)sha512_init,
/qemu/tests/tcg/multiarch/
H A Dsha512.c163 void sha512_init(struct sha512_ctx *ctx);
415 void sha512_init(struct sha512_ctx *ctx) in sha512_init() function
448 sha512_init(&ctx); in sha512()