Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Dsha512_s390.c21 static int sha512_init(struct shash_desc *desc) in sha512_init() function
68 .init = sha512_init,
/openbmc/qemu/crypto/
H A Dhash-nettle.c91 .init = (qcrypto_nettle_init)sha512_init,
/openbmc/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()