cipher_in        2267 drivers/md/dm-crypt.c static int crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key,
cipher_in        2280 drivers/md/dm-crypt.c 	tmp = &cipher_in[strlen("capi:")];
cipher_in        2340 drivers/md/dm-crypt.c static int crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key,
cipher_in        2349 drivers/md/dm-crypt.c 	if (strchr(cipher_in, '(') || crypt_integrity_aead(cc)) {
cipher_in        2358 drivers/md/dm-crypt.c 	tmp = cipher_in;
cipher_in        2425 drivers/md/dm-crypt.c static int crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key)
cipher_in        2431 drivers/md/dm-crypt.c 	cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL);
cipher_in        2437 drivers/md/dm-crypt.c 	if (strstarts(cipher_in, "capi:"))
cipher_in        2438 drivers/md/dm-crypt.c 		ret = crypt_ctr_cipher_new(ti, cipher_in, key, &ivmode, &ivopts);
cipher_in        2440 drivers/md/dm-crypt.c 		ret = crypt_ctr_cipher_old(ti, cipher_in, key, &ivmode, &ivopts);