Lines Matching refs:hctr2_tfm_ctx
43 struct hctr2_tfm_ctx {
83 static inline u8 *hctr2_hashed_tweaklen(const struct hctr2_tfm_ctx *tctx,
93 static inline u8 *hctr2_hashed_tweak(const struct hctr2_tfm_ctx *tctx,
107 * These precomputed hashes are stored in hctr2_tfm_ctx.
109 static int hctr2_hash_tweaklen(struct hctr2_tfm_ctx *tctx, bool has_remainder)
132 struct hctr2_tfm_ctx *tctx = crypto_skcipher_ctx(tfm);
173 const struct hctr2_tfm_ctx *tctx = crypto_skcipher_ctx(tfm);
232 const struct hctr2_tfm_ctx *tctx = crypto_skcipher_ctx(tfm);
268 const struct hctr2_tfm_ctx *tctx = crypto_skcipher_ctx(tfm);
338 struct hctr2_tfm_ctx *tctx = crypto_skcipher_ctx(tfm);
387 struct hctr2_tfm_ctx *tctx = crypto_skcipher_ctx(tfm);
486 inst->alg.base.cra_ctxsize = sizeof(struct hctr2_tfm_ctx) +