Searched refs:sha512_state (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/arch/mips/cavium-octeon/crypto/ |
| D | octeon-sha512.c | 31 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.4/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 | 90 struct sha512_state { struct
|
| /Linux-v5.4/arch/sparc/crypto/ |
| D | sha512_glue.c | 31 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_init() 47 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_sparc64_init() 61 static void __sha512_sparc64_update(struct sha512_state *sctx, const u8 *data, in __sha512_sparc64_update() 86 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_update() 102 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_final() 153 .descsize = sizeof(struct sha512_state), 168 .descsize = sizeof(struct sha512_state),
|
| /Linux-v5.4/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), 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-v5.4/drivers/crypto/nx/ |
| D | nx-sha512.c | 39 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.4/arch/s390/crypto/ |
| D | sha512_s390.c | 42 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.4/arch/arm/crypto/ |
| D | sha512-neon-glue.c | 29 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update() 70 .descsize = sizeof(struct sha512_state), 85 .descsize = sizeof(struct sha512_state),
|
| D | sha512-glue.c | 57 .descsize = sizeof(struct sha512_state), 71 .descsize = sizeof(struct sha512_state),
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | sha512-ce-glue.c | 27 asmlinkage void sha512_ce_transform(struct sha512_state *sst, u8 const *src, 86 .descsize = sizeof(struct sha512_state), 98 .descsize = sizeof(struct sha512_state),
|
| D | sha512-glue.c | 57 .descsize = sizeof(struct sha512_state), 69 .descsize = sizeof(struct sha512_state),
|
| /Linux-v5.4/crypto/ |
| D | sha512_generic.c | 151 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.4/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 119 struct sha512_state sha512;
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 316 struct sha512_state sha512_st; in chcr_compute_partial_hash()
|