Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-default-key.c46 const char *cipher_string; member
56 lookup_cipher(const char *cipher_string) in lookup_cipher() argument
61 if (strcmp(cipher_string, dm_default_key_ciphers[i].name) == 0) in lookup_cipher()
79 kfree_sensitive(dkc->cipher_string); in default_key_dtr()
171 dkc->cipher_string = kstrdup(argv[0], GFP_KERNEL); in default_key_ctr()
172 if (!dkc->cipher_string) { in default_key_ctr()
177 cipher = lookup_cipher(dkc->cipher_string); in default_key_ctr()
335 DMEMIT("%s - %llu %s %llu", dkc->cipher_string, dkc->iv_offset, in default_key_status()
H A Ddm-crypt.c157 char *cipher_string; member
2704 kfree_sensitive(cc->cipher_string); in crypt_dtr()
2994 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
2995 if (!cc->cipher_string) { in crypt_ctr_cipher()
3425 DMEMIT("%s ", cc->cipher_string); in crypt_status()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dkeystore.c872 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
954 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); in ecryptfs_parse_tag_70_packet()
971 s->cipher_string); in ecryptfs_parse_tag_70_packet()
975 s->cipher_string, rc); in ecryptfs_parse_tag_70_packet()