Lines Matching refs:sha256_state
36 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash()
46 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash()
72 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init()
89 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_init()
104 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, in __octeon_sha256_update()
138 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update()
163 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final()
215 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export()
223 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import()
236 .descsize = sizeof(struct sha256_state),
237 .statesize = sizeof(struct sha256_state),
251 .descsize = sizeof(struct sha256_state),