Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Dpolyval-ce-glue.c39 struct polyval_desc_ctx { struct
94 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_arm64_init()
104 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_arm64_update()
145 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_arm64_final()
164 .descsize = sizeof(struct polyval_desc_ctx),
/linux/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c43 struct polyval_desc_ctx { struct
103 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_x86_init()
113 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_x86_update()
154 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_x86_final()
173 .descsize = sizeof(struct polyval_desc_ctx),
/linux/crypto/
H A Dpolyval-generic.c61 struct polyval_desc_ctx { struct
145 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_init()
155 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_update()
195 struct polyval_desc_ctx *dctx = shash_desc_ctx(desc); in polyval_final()
217 .descsize = sizeof(struct polyval_desc_ctx),