Home
last modified time | relevance | path

Searched refs:sha512_state (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c35 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash()
47 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash()
83 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_init()
100 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha384_init()
115 static void __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, in __octeon_sha512_update()
152 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_update()
177 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_final()
211 memset(sctx, 0, sizeof(struct sha512_state)); in octeon_sha512_final()
233 .descsize = sizeof(struct sha512_state),
246 .descsize = sizeof(struct sha512_state),
/Linux-v4.19/include/crypto/
Dsha512_base.h18 typedef void (sha512_block_fn)(struct sha512_state *sst, u8 const *src,
23 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init()
40 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init()
60 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update()
99 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize()
122 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish()
129 *sctx = (struct sha512_state){}; in sha512_base_finish()
Dsha.h90 struct sha512_state { struct
/Linux-v4.19/arch/sparc/crypto/
Dsha512_glue.c30 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_init()
46 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_sparc64_init()
60 static void __sha512_sparc64_update(struct sha512_state *sctx, const u8 *data, in __sha512_sparc64_update()
85 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_update()
101 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_final()
152 .descsize = sizeof(struct sha512_state),
167 .descsize = sizeof(struct sha512_state),
/Linux-v4.19/arch/x86/crypto/
Dsha512_ssse3_glue.c50 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_update()
57 BUILD_BUG_ON(offsetof(struct sha512_state, state) != 0); in sha512_update()
107 .descsize = sizeof(struct sha512_state),
121 .descsize = sizeof(struct sha512_state),
184 .descsize = sizeof(struct sha512_state),
198 .descsize = sizeof(struct sha512_state),
255 .descsize = sizeof(struct sha512_state),
269 .descsize = sizeof(struct sha512_state),
/Linux-v4.19/drivers/crypto/nx/
Dnx-sha512.c51 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_init()
71 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_update()
194 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_final()
268 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_export()
277 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_import()
291 .descsize = sizeof(struct sha512_state),
292 .statesize = sizeof(struct sha512_state),
/Linux-v4.19/arch/s390/crypto/
Dsha512_s390.c42 struct sha512_state *octx = out; in sha512_export()
54 const struct sha512_state *ictx = in; in sha512_import()
74 .statesize = sizeof(struct sha512_state),
112 .statesize = sizeof(struct sha512_state),
/Linux-v4.19/arch/arm/crypto/
Dsha512-neon-glue.c31 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update()
72 .descsize = sizeof(struct sha512_state),
87 .descsize = sizeof(struct sha512_state),
Dsha512-glue.c60 .descsize = sizeof(struct sha512_state),
74 .descsize = sizeof(struct sha512_state),
/Linux-v4.19/arch/arm64/crypto/
Dsha512-ce-glue.c26 asmlinkage void sha512_ce_transform(struct sha512_state *sst, u8 const *src,
85 .descsize = sizeof(struct sha512_state),
97 .descsize = sizeof(struct sha512_state),
Dsha512-glue.c62 .descsize = sizeof(struct sha512_state),
74 .descsize = sizeof(struct sha512_state),
/Linux-v4.19/crypto/
Dsha512_generic.c156 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, in sha512_generic_block_fn()
192 .descsize = sizeof(struct sha512_state),
206 .descsize = sizeof(struct sha512_state),
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_algs.c153 struct sha512_state sha512; in qat_alg_do_precomputes()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c298 struct sha512_state sha512_st; in chcr_compute_partial_hash()