Home
last modified time | relevance | path

Searched refs:cipher_in (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-crypt.c1548 char *cipher_in, char *key) in crypt_ctr_cipher() argument
1557 if (strchr(cipher_in, '(')) { in crypt_ctr_cipher()
1562 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
1570 tmp = cipher_in; in crypt_ctr_cipher()