Home
last modified time | relevance | path

Searched refs:sha3_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm64/crypto/
Dsha3-ce-glue.c32 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_update()
74 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_final()
96 *sctx = (struct sha3_state){}; in sha3_final()
105 .descsize = sizeof(struct sha3_state),
116 .descsize = sizeof(struct sha3_state),
127 .descsize = sizeof(struct sha3_state),
138 .descsize = sizeof(struct sha3_state),
/Linux-v4.19/crypto/
Dsha3_generic.c168 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_init()
183 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_update()
220 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_final()
250 .descsize = sizeof(struct sha3_state),
260 .descsize = sizeof(struct sha3_state),
270 .descsize = sizeof(struct sha3_state),
280 .descsize = sizeof(struct sha3_state),
/Linux-v4.19/include/crypto/
Dsha3.h20 struct sha3_state { struct