Home
last modified time | relevance | path

Searched refs:sha3_state (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha3-ce-glue.c37 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_update()
83 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_final()
105 *sctx = (struct sha3_state){}; 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),
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha3-ce-glue.c37 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),
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha3_512_s390.c34 struct sha3_state *octx = out; in sha3_512_export()
48 const struct sha3_state *ictx = in; in sha3_512_import()
64 const struct sha3_state *ictx = in; in sha3_384_import()
85 .statesize = sizeof(struct sha3_state),
116 .statesize = sizeof(struct sha3_state),
H A Dsha3_256_s390.c35 struct sha3_state *octx = out; in sha3_256_export()
47 const struct sha3_state *ictx = in; in sha3_256_import()
60 const struct sha3_state *ictx = in; in sha3_224_import()
78 .statesize = sizeof(struct sha3_state),
107 .statesize = sizeof(struct sha3_state),
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha3_512_s390.c33 struct sha3_state *octx = out; in sha3_512_export()
47 const struct sha3_state *ictx = in; in sha3_512_import()
63 const struct sha3_state *ictx = in; in sha3_384_import()
84 .statesize = sizeof(struct sha3_state),
115 .statesize = sizeof(struct sha3_state),
H A Dsha3_256_s390.c34 struct sha3_state *octx = out; in sha3_256_export()
46 const struct sha3_state *ictx = in; in sha3_256_import()
59 const struct sha3_state *ictx = in; in sha3_224_import()
77 .statesize = sizeof(struct sha3_state),
106 .statesize = sizeof(struct sha3_state),
/kernel/linux/linux-5.10/crypto/
H A Dsha3_generic.c163 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),
/kernel/linux/linux-6.6/crypto/
H A Dsha3_generic.c163 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),
/kernel/linux/linux-5.10/include/crypto/
H A Dsha3.h20 struct sha3_state { struct
/kernel/linux/linux-6.6/include/crypto/
H A Dsha3.h20 struct sha3_state { struct
/kernel/linux/linux-6.6/drivers/crypto/xilinx/
H A Dzynqmp-sha.c174 .statesize = sizeof(struct sha3_state),

Completed in 4 milliseconds