Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/crypto/
Dpolyval-clmulni_glue.c33 #define POLYVAL_CTX_SIZE (sizeof(struct polyval_tfm_ctx) + POLYVAL_ALIGN_EXTRA)
36 struct polyval_tfm_ctx { struct
48 asmlinkage void clmul_polyval_update(const struct polyval_tfm_ctx *keys, argument
52 static inline struct polyval_tfm_ctx *polyval_tfm_ctx(struct crypto_shash *tfm) in polyval_tfm_ctx() function
57 static void internal_polyval_update(const struct polyval_tfm_ctx *keys, in internal_polyval_update()
84 struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(tfm); in polyval_x86_setkey()
114 const struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(desc->tfm); in polyval_x86_update()
155 const struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(desc->tfm); in polyval_x86_final()
/linux-6.12.1/arch/arm64/crypto/
Dpolyval-ce-glue.c32 struct polyval_tfm_ctx { struct
44 asmlinkage void pmull_polyval_update(const struct polyval_tfm_ctx *keys, argument
48 static void internal_polyval_update(const struct polyval_tfm_ctx *keys, in internal_polyval_update()
75 struct polyval_tfm_ctx *tctx = crypto_shash_ctx(tfm); in polyval_arm64_setkey()
105 const struct polyval_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in polyval_arm64_update()
146 const struct polyval_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in polyval_arm64_final()
170 .cra_ctxsize = sizeof(struct polyval_tfm_ctx),
/linux-6.12.1/crypto/
Dpolyval-generic.c57 struct polyval_tfm_ctx { struct
122 struct polyval_tfm_ctx *ctx = crypto_shash_ctx(tfm); in polyval_setkey()
156 const struct polyval_tfm_ctx *ctx = crypto_shash_ctx(desc->tfm); in polyval_update()
196 const struct polyval_tfm_ctx *ctx = crypto_shash_ctx(desc->tfm); in polyval_final()
206 struct polyval_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in polyval_exit_tfm()
223 .cra_ctxsize = sizeof(struct polyval_tfm_ctx),