Lines Matching refs:sha256_ce_state
25 struct sha256_ce_state { struct
33 asmlinkage int __sha256_ce_transform(struct sha256_ce_state *sst, u8 const *src, argument
44 struct sha256_ce_state, in sha256_ce_transform()
52 const u32 sha256_ce_offsetof_count = offsetof(struct sha256_ce_state,
54 const u32 sha256_ce_offsetof_finalize = offsetof(struct sha256_ce_state,
68 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update()
83 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup()
108 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final()
129 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export()
137 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import()
151 .descsize = sizeof(struct sha256_ce_state),
169 .descsize = sizeof(struct sha256_ce_state),