Searched refs:cipher_str (Results 1 – 3 of 3) sorted by relevance
127 const char *cipher_str; in _f2fs_get_encryption_info() local174 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()
126 const char *cipher_str; in _ext4_get_encryption_info() local180 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()
958 char cipher_str[16]; member1004 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()