Lines Matching refs:sha256_state
32 static void octeon_sha256_store_hash(struct sha256_state *sctx)
42 static void octeon_sha256_read_hash(struct sha256_state *sctx)
68 struct sha256_state *sctx = shash_desc_ctx(desc);
85 struct sha256_state *sctx = shash_desc_ctx(desc);
100 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data,
134 struct sha256_state *sctx = shash_desc_ctx(desc);
159 struct sha256_state *sctx = shash_desc_ctx(desc);
211 struct sha256_state *sctx = shash_desc_ctx(desc);
219 struct sha256_state *sctx = shash_desc_ctx(desc);
232 .descsize = sizeof(struct sha256_state),
233 .statesize = sizeof(struct sha256_state),
246 .descsize = sizeof(struct sha256_state),