Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-crypt.c138 char *cipher_string; member
1403 kzfree(cc->cipher_string); in crypt_dtr()
1423 cc->cipher_string = kstrdup(cipher_in, GFP_KERNEL); in crypt_ctr_cipher()
1424 if (!cc->cipher_string) in crypt_ctr_cipher()
1752 DMEMIT("%s ", cc->cipher_string); in crypt_status()
/linux-3.3/fs/ecryptfs/
Dkeystore.c895 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE]; member
981 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); in ecryptfs_parse_tag_70_packet()
998 s->cipher_string); in ecryptfs_parse_tag_70_packet()
1002 s->cipher_string, rc); in ecryptfs_parse_tag_70_packet()