Home
last modified time | relevance | path

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

/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()
/linux-5.10/drivers/md/
Ddm-crypt.c157 char *cipher_string; member
2565 kfree_sensitive(cc->cipher_string); in crypt_dtr()
2855 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
2856 if (!cc->cipher_string) { in crypt_ctr_cipher()
3280 DMEMIT("%s ", cc->cipher_string); in crypt_status()