Searched refs:cipher_string (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 385 [<sector_size> ","] [<cipher_string> ","] <key_size> "," <key_parts> "," 399 cipher_string := "cipher_string=" 416 …iv_large_sectors=n,cipher_string=aes-xts-plain64,key_size=32,key_parts=1,key_extra_size=0,key_mac_…
|
/linux/fs/ecryptfs/ |
H A D | keystore.c | 875 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member 957 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); in ecryptfs_parse_tag_70_packet() 974 s->cipher_string); in ecryptfs_parse_tag_70_packet() 978 s->cipher_string, rc); in ecryptfs_parse_tag_70_packet()
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 170 char *cipher_string; 2810 kfree_sensitive(cc->cipher_string); in crypt_dtr() 3102 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher_old() 3103 if (!cc->cipher_string) { in crypt_ctr_cipher_old() 3582 DMEMIT("%s ", cc->cipher_string); in crypt_status() 3653 if (cc->cipher_string) in crypt_status() 3654 DMEMIT(",cipher_string=%s", cc->cipher_string); in crypt_status() 169 char *cipher_string; global() member
|