Home
last modified time | relevance | path

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

/include/crypto/
Dsha512_base.h18 typedef void (sha512_block_fn)(struct sha512_state *sst, u8 const *src,
23 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init()
40 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init()
60 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update()
99 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize()
122 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish()
129 *sctx = (struct sha512_state){}; in sha512_base_finish()
Dsha.h90 struct sha512_state { struct