ciphermode 1769 drivers/md/dm-crypt.c static int crypt_alloc_tfms_skcipher(struct crypt_config *cc, char *ciphermode) ciphermode 1781 drivers/md/dm-crypt.c cc->cipher_tfm.tfms[i] = crypto_alloc_skcipher(ciphermode, 0, 0); ciphermode 1794 drivers/md/dm-crypt.c DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, ciphermode 1799 drivers/md/dm-crypt.c static int crypt_alloc_tfms_aead(struct crypt_config *cc, char *ciphermode) ciphermode 1807 drivers/md/dm-crypt.c cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, 0); ciphermode 1814 drivers/md/dm-crypt.c DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, ciphermode 1819 drivers/md/dm-crypt.c static int crypt_alloc_tfms(struct crypt_config *cc, char *ciphermode) ciphermode 1822 drivers/md/dm-crypt.c return crypt_alloc_tfms_aead(cc, ciphermode); ciphermode 1824 drivers/md/dm-crypt.c return crypt_alloc_tfms_skcipher(cc, ciphermode);