Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-crypt.c1568 char *cipher_in, char *key) in crypt_ctr_cipher() argument
1577 if (strchr(cipher_in, '(')) { in crypt_ctr_cipher()
1582 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
1590 tmp = cipher_in; in crypt_ctr_cipher()