Searched refs:polyval_tfm_ctx (Results 1 – 3 of 3) sorted by relevance
33 #define POLYVAL_CTX_SIZE (sizeof(struct polyval_tfm_ctx) + POLYVAL_ALIGN_EXTRA)36 struct polyval_tfm_ctx { struct48 asmlinkage void clmul_polyval_update(const struct polyval_tfm_ctx *keys, argument52 static inline struct polyval_tfm_ctx *polyval_tfm_ctx(struct crypto_shash *tfm) in polyval_tfm_ctx() function57 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()
32 struct polyval_tfm_ctx { struct44 asmlinkage void pmull_polyval_update(const struct polyval_tfm_ctx *keys, argument48 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),
57 struct polyval_tfm_ctx { struct122 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),