Home
last modified time | relevance | path

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

/include/crypto/
Dsha1_base.h18 typedef void (sha1_block_fn)(struct sha1_state *sst, u8 const *src, int blocks);
22 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init()
39 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update()
76 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize()
97 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish()
104 *sctx = (struct sha1_state){}; in sha1_base_finish()
Dsha.h78 struct sha1_state { struct