Lines Matching defs:cc

54 	struct crypt_config *cc;  member
191 static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc) in any_tfm()
243 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen()
252 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen()
262 static int crypt_iv_essiv_init(struct crypt_config *cc) in crypt_iv_essiv_init()
289 static int crypt_iv_essiv_wipe(struct crypt_config *cc) in crypt_iv_essiv_wipe()
307 static struct crypto_cipher *setup_essiv_cpu(struct crypt_config *cc, in setup_essiv_cpu()
339 static void crypt_iv_essiv_dtr(struct crypt_config *cc) in crypt_iv_essiv_dtr()
358 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
406 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen()
418 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
442 static void crypt_iv_benbi_dtr(struct crypt_config *cc) in crypt_iv_benbi_dtr()
446 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_benbi_gen()
459 static int crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_null_gen()
467 static void crypt_iv_lmk_dtr(struct crypt_config *cc) in crypt_iv_lmk_dtr()
479 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
506 static int crypt_iv_lmk_init(struct crypt_config *cc) in crypt_iv_lmk_init()
519 static int crypt_iv_lmk_wipe(struct crypt_config *cc) in crypt_iv_lmk_wipe()
529 static int crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_one()
578 static int crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_gen()
594 static int crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_post()
614 static void crypt_iv_tcw_dtr(struct crypt_config *cc) in crypt_iv_tcw_dtr()
628 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_tcw_ctr()
655 static int crypt_iv_tcw_init(struct crypt_config *cc) in crypt_iv_tcw_init()
667 static int crypt_iv_tcw_wipe(struct crypt_config *cc) in crypt_iv_tcw_wipe()
677 static int crypt_iv_tcw_whitening(struct crypt_config *cc, in crypt_iv_tcw_whitening()
717 static int crypt_iv_tcw_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_tcw_gen()
741 static int crypt_iv_tcw_post(struct crypt_config *cc, u8 *iv, in crypt_iv_tcw_post()
802 static void crypt_convert_init(struct crypt_config *cc, in crypt_convert_init()
817 static struct dm_crypt_request *dmreq_of_req(struct crypt_config *cc, in dmreq_of_req()
823 static struct ablkcipher_request *req_of_dmreq(struct crypt_config *cc, in req_of_dmreq()
829 static u8 *iv_of_dmreq(struct crypt_config *cc, in iv_of_dmreq()
836 static int crypt_convert_block(struct crypt_config *cc, in crypt_convert_block()
885 static void crypt_alloc_req(struct crypt_config *cc, in crypt_alloc_req()
899 static void crypt_free_req(struct crypt_config *cc, in crypt_free_req()
911 static int crypt_convert(struct crypt_config *cc, in crypt_convert()
975 struct crypt_config *cc = io->cc; in crypt_alloc_buffer() local
1023 static void crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) in crypt_free_buffer_pages()
1035 static void crypt_io_init(struct dm_crypt_io *io, struct crypt_config *cc, in crypt_io_init()
1057 struct crypt_config *cc = io->cc; in crypt_dec_pending() local
1090 struct crypt_config *cc = io->cc; in crypt_endio() local
1117 struct crypt_config *cc = io->cc; in clone_init() local
1127 struct crypt_config *cc = io->cc; in kcryptd_io_read() local
1161 struct crypt_config *cc = io->cc; in kcryptd_queue_read() local
1178 struct crypt_config *cc = data; in dmcrypt_write() local
1236 struct crypt_config *cc = io->cc; in kcryptd_crypt_write_io_submit() local
1278 struct crypt_config *cc = io->cc; in kcryptd_crypt_write_convert() local
1324 struct crypt_config *cc = io->cc; in kcryptd_crypt_read_convert() local
1348 struct crypt_config *cc = io->cc; in kcryptd_async_done() local
1384 struct crypt_config *cc = io->cc; in kcryptd_queue_crypt() local
1414 static void crypt_free_tfms(struct crypt_config *cc) in crypt_free_tfms()
1431 static int crypt_alloc_tfms(struct crypt_config *cc, char *ciphermode) in crypt_alloc_tfms()
1453 static int crypt_setkey_allcpus(struct crypt_config *cc) in crypt_setkey_allcpus()
1472 static int crypt_set_key(struct crypt_config *cc, char *key) in crypt_set_key()
1499 static int crypt_wipe_key(struct crypt_config *cc) in crypt_wipe_key()
1509 struct crypt_config *cc = ti->private; in crypt_dtr() local
1550 struct crypt_config *cc = ti->private; in crypt_ctr_cipher() local
1714 struct crypt_config *cc; in crypt_ctr() local
1886 struct crypt_config *cc = ti->private; in crypt_map() local
1917 struct crypt_config *cc = ti->private; in crypt_status() local
1957 struct crypt_config *cc = ti->private; in crypt_postsuspend() local
1964 struct crypt_config *cc = ti->private; in crypt_preresume() local
1976 struct crypt_config *cc = ti->private; in crypt_resume() local
1987 struct crypt_config *cc = ti->private; in crypt_message() local
2024 struct crypt_config *cc = ti->private; in crypt_merge() local
2039 struct crypt_config *cc = ti->private; in crypt_iterate_devices() local