Searched refs:sha512_state (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/crypto/ |
D | sha512_neon_glue.c | 81 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/ |
D | octeon-sha512.c | 35 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/ |
D | sha512_base.h | 18 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()
|
D | sha.h | 79 struct sha512_state { struct
|
/linux-4.1.27/arch/sparc/crypto/ |
D | sha512_glue.c | 30 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/ |
D | sha512_ssse3_glue.c | 60 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/ |
D | nx-sha512.c | 51 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/ |
D | sha512_s390.c | 46 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/ |
D | sha512_generic.c | 134 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/ |
D | qat_algs.c | 161 struct sha512_state sha512; in qat_alg_do_precomputes()
|