Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto_key.c127 const char *cipher_str; in _f2fs_get_encryption_info() local
174 cipher_str = "xts(aes)"; in _f2fs_get_encryption_info()
177 cipher_str = "cts(cbc(aes))"; in _f2fs_get_encryption_info()
216 ctfm = crypto_alloc_ablkcipher(cipher_str, 0, 0); in _f2fs_get_encryption_info()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c126 const char *cipher_str; in _ext4_get_encryption_info() local
180 cipher_str = "xts(aes)"; in _ext4_get_encryption_info()
183 cipher_str = "cts(cbc(aes))"; in _ext4_get_encryption_info()
240 ctfm = crypto_alloc_ablkcipher(cipher_str, 0, 0); in _ext4_get_encryption_info()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c958 char cipher_str[16]; member
1004 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string()
1027 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()