tfms_aead 163 drivers/md/dm-crypt.c struct crypto_aead **tfms_aead; tfms_aead 236 drivers/md/dm-crypt.c return cc->cipher_tfm.tfms_aead[0]; tfms_aead 1164 drivers/md/dm-crypt.c aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]); tfms_aead 1732 drivers/md/dm-crypt.c if (!cc->cipher_tfm.tfms_aead) tfms_aead 1735 drivers/md/dm-crypt.c if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) { tfms_aead 1736 drivers/md/dm-crypt.c crypto_free_aead(cc->cipher_tfm.tfms_aead[0]); tfms_aead 1737 drivers/md/dm-crypt.c cc->cipher_tfm.tfms_aead[0] = NULL; tfms_aead 1740 drivers/md/dm-crypt.c kfree(cc->cipher_tfm.tfms_aead); tfms_aead 1741 drivers/md/dm-crypt.c cc->cipher_tfm.tfms_aead = NULL; tfms_aead 1807 drivers/md/dm-crypt.c cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, 0); tfms_aead 1808 drivers/md/dm-crypt.c if (IS_ERR(cc->cipher_tfm.tfms_aead[0])) { tfms_aead 1809 drivers/md/dm-crypt.c err = PTR_ERR(cc->cipher_tfm.tfms_aead[0]); tfms_aead 1878 drivers/md/dm-crypt.c r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], tfms_aead 1881 drivers/md/dm-crypt.c r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i],