Lines Matching refs:sha1_ce_state
24 struct sha1_ce_state { struct
32 asmlinkage int __sha1_ce_transform(struct sha1_ce_state *sst, u8 const *src, argument
43 struct sha1_ce_state, in sha1_ce_transform()
51 const u32 sha1_ce_offsetof_count = offsetof(struct sha1_ce_state, sst.count);
52 const u32 sha1_ce_offsetof_finalize = offsetof(struct sha1_ce_state, finalize);
57 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update()
71 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup()
91 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final()
103 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export()
111 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import()
125 .descsize = sizeof(struct sha1_ce_state),