Home
last modified time | relevance | path

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

/include/crypto/
Dsm3_base.h18 typedef void (sm3_block_fn)(struct sm3_state *sst, u8 const *src, int blocks);
22 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init()
42 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update()
79 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize()
100 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish()
107 *sctx = (struct sm3_state){}; in sm3_base_finish()
Dsm3.h27 struct sm3_state { struct