Home
last modified time | relevance | path

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

/arch/x86/crypto/
A Dpolyval-clmulni_glue.c32 #define POLYVAL_CTX_SIZE (sizeof(struct polyval_tfm_ctx) + POLYVAL_ALIGN_EXTRA)
35 struct polyval_tfm_ctx { struct
46 asmlinkage void clmul_polyval_update(const struct polyval_tfm_ctx *keys, argument
50 static inline struct polyval_tfm_ctx *polyval_tfm_ctx(struct crypto_shash *tfm) in polyval_tfm_ctx() function
55 static void internal_polyval_update(const struct polyval_tfm_ctx *keys, in internal_polyval_update()
73 struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(tfm); in polyval_x86_setkey()
103 const struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(desc->tfm); in polyval_x86_update()
121 const struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(desc->tfm); in polyval_x86_finup()
/arch/arm64/crypto/
A Dpolyval-ce-glue.c30 struct polyval_tfm_ctx { struct
41 asmlinkage void pmull_polyval_update(const struct polyval_tfm_ctx *keys, argument
45 static void internal_polyval_update(const struct polyval_tfm_ctx *keys, in internal_polyval_update()
63 struct polyval_tfm_ctx *tctx = crypto_shash_ctx(tfm); in polyval_arm64_setkey()
93 const struct polyval_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in polyval_arm64_update()
111 const struct polyval_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in polyval_arm64_finup()
137 .cra_ctxsize = sizeof(struct polyval_tfm_ctx),

Completed in 7 milliseconds