Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4_crypt.cpp228 int contents_mode = 0; in e4crypt_policy_ensure() local
233 contents_mode = EXT4_ENCRYPTION_MODE_AES_256_XTS; in e4crypt_policy_ensure()
235 contents_mode = EXT4_ENCRYPTION_MODE_PRIVATE; in e4crypt_policy_ensure()
256 contents_mode, filenames_mode)) return -1; in e4crypt_policy_ensure()
259 contents_mode, filenames_mode)) return -1; in e4crypt_policy_ensure()
/system/vold/
DExt4Crypt.cpp377 const char *contents_mode; in ensure_policy() local
380 cryptfs_get_file_encryption_modes(&contents_mode, &filenames_mode); in ensure_policy()
384 contents_mode, filenames_mode) != 0) { in ensure_policy()
443 const char *contents_mode; in e4crypt_initialize_global_de() local
445 cryptfs_get_file_encryption_modes(&contents_mode, &filenames_mode); in e4crypt_initialize_global_de()
446 std::string modestring = std::string(contents_mode) + ":" + filenames_mode; in e4crypt_initialize_global_de()