Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Dsha512_neon_glue.c81 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_init()
99 struct sha512_state *sctx = shash_desc_ctx(desc); in __sha512_neon_update()
129 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update()
158 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_final()
203 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_export()
212 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_import()
221 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_neon_init()
256 .descsize = sizeof(struct sha512_state),
257 .statesize = sizeof(struct sha512_state),
273 .descsize = sizeof(struct sha512_state),
[all …]
/linux-4.1.27/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),
247 .descsize = sizeof(struct sha512_state),
/linux-4.1.27/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.h79 struct sha512_state { struct
/linux-4.1.27/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),
168 .descsize = sizeof(struct sha512_state),
/linux-4.1.27/arch/x86/crypto/
Dsha512_ssse3_glue.c60 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_ssse3_update()
67 BUILD_BUG_ON(offsetof(struct sha512_state, state) != 0); in sha512_ssse3_update()
105 .descsize = sizeof(struct sha512_state),
120 .descsize = sizeof(struct sha512_state),
/linux-4.1.27/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-4.1.27/arch/s390/crypto/
Dsha512_s390.c46 struct sha512_state *octx = out; in sha512_export()
58 const struct sha512_state *ictx = in; in sha512_import()
78 .statesize = sizeof(struct sha512_state),
117 .statesize = sizeof(struct sha512_state),
/linux-4.1.27/crypto/
Dsha512_generic.c134 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, in sha512_generic_block_fn()
170 .descsize = sizeof(struct sha512_state),
184 .descsize = sizeof(struct sha512_state),
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c161 struct sha512_state sha512; in qat_alg_do_precomputes()