Lines Matching refs:sha256_state
49 static inline void ppc_sha256_clear_context(struct sha256_state *sctx)
51 int count = sizeof(struct sha256_state) >> 2;
55 BUILD_BUG_ON(sizeof(struct sha256_state) % 4);
61 struct sha256_state *sctx = shash_desc_ctx(desc);
78 struct sha256_state *sctx = shash_desc_ctx(desc);
96 struct sha256_state *sctx = shash_desc_ctx(desc);
140 struct sha256_state *sctx = shash_desc_ctx(desc);
201 struct sha256_state *sctx = shash_desc_ctx(desc);
209 struct sha256_state *sctx = shash_desc_ctx(desc);
222 .descsize = sizeof(struct sha256_state),
223 .statesize = sizeof(struct sha256_state),
238 .descsize = sizeof(struct sha256_state),
239 .statesize = sizeof(struct sha256_state),