Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/Documentation/admin-guide/device-mapper/
Ddm-ima.rst385 [<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_…
/kernel/linux/linux-5.10/fs/ecryptfs/
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()
/kernel/linux/linux-6.6/fs/ecryptfs/
Dkeystore.c873 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
955 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); in ecryptfs_parse_tag_70_packet()
972 s->cipher_string); in ecryptfs_parse_tag_70_packet()
976 s->cipher_string, rc); in ecryptfs_parse_tag_70_packet()
/kernel/linux/linux-6.6/drivers/md/
Ddm-crypt.c166 char *cipher_string; member
2793 kfree_sensitive(cc->cipher_string); in crypt_dtr()
3085 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
3086 if (!cc->cipher_string) { in crypt_ctr_cipher()
3534 DMEMIT("%s ", cc->cipher_string); in crypt_status()
3599 if (cc->cipher_string) in crypt_status()
3600 DMEMIT(",cipher_string=%s", cc->cipher_string); in crypt_status()
/kernel/linux/linux-5.10/drivers/md/
Ddm-crypt.c159 char *cipher_string; member
2708 kfree_sensitive(cc->cipher_string); in crypt_dtr()
2998 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
2999 if (!cc->cipher_string) { in crypt_ctr_cipher()
3429 DMEMIT("%s ", cc->cipher_string); in crypt_status()