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