Lines Matching defs:sha256_ce_state
25 struct sha256_ce_state {
33 asmlinkage int sha2_ce_transform(struct sha256_ce_state *sst, u8 const *src,
43 rem = sha2_ce_transform(container_of(sst, struct sha256_ce_state,
51 const u32 sha256_ce_offsetof_count = offsetof(struct sha256_ce_state,
53 const u32 sha256_ce_offsetof_finalize = offsetof(struct sha256_ce_state,
67 struct sha256_ce_state *sctx = shash_desc_ctx(desc);
82 struct sha256_ce_state *sctx = shash_desc_ctx(desc);
107 struct sha256_ce_state *sctx = shash_desc_ctx(desc);
121 struct sha256_ce_state *sctx = shash_desc_ctx(desc);
129 struct sha256_ce_state *sctx = shash_desc_ctx(desc);
143 .descsize = sizeof(struct sha256_ce_state),
160 .descsize = sizeof(struct sha256_ce_state),