Lines Matching defs:tfm
171 struct crypto_aead *tfm = crypto_aead_reqtfm(req);
172 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm);
362 struct crypto_aead *tfm = crypto_aead_reqtfm(req);
363 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm);
370 if (crypto_aead_ivsize(tfm) == 8) {
491 static int chachapoly_setauthsize(struct crypto_aead *tfm,
500 static int chachapoly_init(struct crypto_aead *tfm)
502 struct aead_instance *inst = aead_alg_instance(tfm);
504 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm);
523 align = crypto_aead_alignmask(tfm);
526 tfm,
538 static void chachapoly_exit(struct crypto_aead *tfm)
540 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm);