Searched refs:polyval_tfm_ctx (Results 1 – 2 of 2) sorted by relevance
32 #define POLYVAL_CTX_SIZE (sizeof(struct polyval_tfm_ctx) + POLYVAL_ALIGN_EXTRA)35 struct polyval_tfm_ctx { struct46 asmlinkage void clmul_polyval_update(const struct polyval_tfm_ctx *keys, argument50 static inline struct polyval_tfm_ctx *polyval_tfm_ctx(struct crypto_shash *tfm) in polyval_tfm_ctx() function55 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()
30 struct polyval_tfm_ctx { struct41 asmlinkage void pmull_polyval_update(const struct polyval_tfm_ctx *keys, argument45 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