Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/crypto/
Dsha512_ssse3_glue.c41 asmlinkage void sha512_transform_ssse3(struct sha512_state *state,
47 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_update()
57 BUILD_BUG_ON(offsetof(struct sha512_state, state) != 0); in sha512_update()
105 .descsize = sizeof(struct sha512_state),
119 .descsize = sizeof(struct sha512_state),
144 asmlinkage void sha512_transform_avx(struct sha512_state *state,
181 .descsize = sizeof(struct sha512_state),
195 .descsize = sizeof(struct sha512_state),
220 asmlinkage void sha512_transform_rorx(struct sha512_state *state,
247 .descsize = sizeof(struct sha512_state),
[all …]
Dsha512-ssse3-asm.S272 ## void sha512_transform_ssse3(struct sha512_state *state, const u8 *data,
274 # (struct sha512_state is assumed to begin with u64 state[8])
Dsha512-avx-asm.S273 # void sha512_transform_avx(sha512_state *state, const u8 *data, int blocks)
Dsha512-avx2-asm.S565 # void sha512_transform_rorx(sha512_state *state, const u8 *data, int blocks)
/Linux-v5.10/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c31 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash()
43 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash()
79 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_init()
96 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha384_init()
111 static void __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, in __octeon_sha512_update()
148 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_update()
173 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_final()
207 memset(sctx, 0, sizeof(struct sha512_state)); in octeon_sha512_final()
229 .descsize = sizeof(struct sha512_state),
242 .descsize = sizeof(struct sha512_state),
/Linux-v5.10/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-v5.10/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-v5.10/arch/arm64/crypto/
Dsha512-ce-glue.c27 asmlinkage void sha512_ce_transform(struct sha512_state *sst, u8 const *src,
32 static void __sha512_block_data_order(struct sha512_state *sst, u8 const *src, in __sha512_block_data_order()
88 .descsize = sizeof(struct sha512_state),
100 .descsize = sizeof(struct sha512_state),
Dsha512-glue.c26 static void __sha512_block_data_order(struct sha512_state *sst, u8 const *src, in __sha512_block_data_order()
61 .descsize = sizeof(struct sha512_state),
73 .descsize = sizeof(struct sha512_state),
/Linux-v5.10/drivers/crypto/nx/
Dnx-sha512.c39 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_init()
59 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_update()
181 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_final()
254 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_export()
263 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_import()
277 .descsize = sizeof(struct sha512_state),
278 .statesize = sizeof(struct sha512_state),
/Linux-v5.10/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-v5.10/arch/arm/crypto/
Dsha512-neon-glue.c29 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update()
70 .descsize = sizeof(struct sha512_state),
85 .descsize = sizeof(struct sha512_state),
Dsha512-glue.c57 .descsize = sizeof(struct sha512_state),
71 .descsize = sizeof(struct sha512_state),
/Linux-v5.10/crypto/
Dsha512_generic.c151 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, in sha512_generic_block_fn()
187 .descsize = sizeof(struct sha512_state),
201 .descsize = sizeof(struct sha512_state),
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c495 .statesize = sizeof(struct sha512_state),
525 .statesize = sizeof(struct sha512_state),
/Linux-v5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c708 struct sha512_state *sha512; in copy_pad()
727 sha512 = (struct sha512_state *) in_pad; in copy_pad()
/Linux-v5.10/drivers/crypto/
Dsa2ul.c386 struct sha512_state sha512; in sa_export_shash()
2115 sizeof(struct sha512_state),
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_algs.c77 struct sha512_state sha512;
/Linux-v5.10/drivers/crypto/chelsio/
Dchcr_algo.c315 struct sha512_state sha512_st; in chcr_compute_partial_hash()