Searched refs:sha3_state (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sha3-ce-glue.c | 37 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_update() 83 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_final() 114 .descsize = sizeof(struct sha3_state), 125 .descsize = sizeof(struct sha3_state), 136 .descsize = sizeof(struct sha3_state), 147 .descsize = sizeof(struct sha3_state),
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | sha3_512_s390.c | 35 struct sha3_state *octx = out; in sha3_512_export() 50 const struct sha3_state *ictx = in; in sha3_512_import() 67 const struct sha3_state *ictx = in; in sha3_384_import() 89 .statesize = sizeof(struct sha3_state), 122 .statesize = sizeof(struct sha3_state),
|
| H A D | sha3_256_s390.c | 36 struct sha3_state *octx = out; in sha3_256_export() 49 const struct sha3_state *ictx = in; in sha3_256_import() 63 const struct sha3_state *ictx = in; in sha3_224_import() 82 .statesize = sizeof(struct sha3_state), 113 .statesize = sizeof(struct sha3_state),
|
| /linux-6.15/crypto/ |
| H A D | sha3_generic.c | 163 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_init() 178 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_update() 215 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_final() 245 .descsize = sizeof(struct sha3_state), 255 .descsize = sizeof(struct sha3_state), 265 .descsize = sizeof(struct sha3_state), 275 .descsize = sizeof(struct sha3_state),
|
| /linux-6.15/include/crypto/ |
| H A D | sha3.h | 20 struct sha3_state { struct
|
| /linux-6.15/drivers/crypto/xilinx/ |
| H A D | zynqmp-sha.c | 174 .statesize = sizeof(struct sha3_state),
|