Lines Matching defs:tfm
146 static int crypto_gcm_setauthsize(struct crypto_aead *tfm,
521 static int crypto_gcm_init_tfm(struct crypto_aead *tfm)
523 struct aead_instance *inst = aead_alg_instance(tfm);
525 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(tfm);
543 align = crypto_aead_alignmask(tfm);
545 crypto_aead_set_reqsize(tfm,
559 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm)
561 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(tfm);
789 static int crypto_rfc4106_init_tfm(struct crypto_aead *tfm)
791 struct aead_instance *inst = aead_alg_instance(tfm);
793 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(tfm);
806 tfm,
814 static void crypto_rfc4106_exit_tfm(struct crypto_aead *tfm)
816 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(tfm);
987 static int crypto_rfc4543_init_tfm(struct crypto_aead *tfm)
989 struct aead_instance *inst = aead_alg_instance(tfm);
992 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(tfm);
1013 tfm,
1025 static void crypto_rfc4543_exit_tfm(struct crypto_aead *tfm)
1027 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(tfm);