Searched refs:sha512_state (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/arch/x86/crypto/ |
D | sha512_ssse3_glue.c | 50 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), 122 .descsize = sizeof(struct sha512_state), 186 .descsize = sizeof(struct sha512_state), 201 .descsize = sizeof(struct sha512_state), 259 .descsize = sizeof(struct sha512_state), 274 .descsize = sizeof(struct sha512_state),
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/crypto/ |
D | sha512-neon-glue.c | 31 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update() 72 .descsize = sizeof(struct sha512_state), 88 .descsize = sizeof(struct sha512_state),
|
D | sha512-glue.c | 60 .descsize = sizeof(struct sha512_state), 75 .descsize = sizeof(struct sha512_state),
|
/linux-4.4.14/arch/s390/crypto/ |
D | sha512_s390.c | 47 struct sha512_state *octx = out; in sha512_export() 59 const struct sha512_state *ictx = in; in sha512_import() 79 .statesize = sizeof(struct sha512_state), 118 .statesize = sizeof(struct sha512_state),
|
/linux-4.4.14/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.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 152 struct sha512_state sha512; in qat_alg_do_precomputes()
|