Lines Matching full:contents_mode
69 std::string contents_mode;
276 char const* contents_mode;
278 fs_mgr_get_file_encryption_modes(rec, &contents_mode, &filenames_mode);
279 key_ref->contents_mode = contents_mode;
285 key_ref.key_raw_ref.size(), key_ref.contents_mode.c_str(),
347 std::string modestring = device_ref.contents_mode + ":" + device_ref.filenames_mode;
537 key_ref->contents_mode =
538 android::base::GetProperty("ro.crypto.volume.contents_mode", "aes-256-xts");