Home
last modified time | relevance | path

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

/drivers/md/
Ddm-default-key.c45 const char *cipher_string; member
53 lookup_cipher(const char *cipher_string) in lookup_cipher() argument
58 if (strcmp(cipher_string, dm_default_key_ciphers[i].name) == 0) in lookup_cipher()
75 kzfree(dkc->cipher_string); in default_key_dtr()
163 dkc->cipher_string = kstrdup(argv[0], GFP_KERNEL); in default_key_ctr()
164 if (!dkc->cipher_string) { in default_key_ctr()
169 cipher = lookup_cipher(dkc->cipher_string); in default_key_ctr()
314 DMEMIT("%s - %llu %s %llu", dkc->cipher_string, dkc->iv_offset, in default_key_status()
Ddm-crypt.c146 char *cipher_string; member
2142 kzfree(cc->cipher_string); in crypt_dtr()
2425 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
2426 if (!cc->cipher_string) { in crypt_ctr_cipher()
2821 DMEMIT("%s ", cc->cipher_string); in crypt_status()