Searched refs:s_data_options (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | FsCrypt.cpp | 101 EncryptionOptions s_data_options; variable 264 if (!ParseOptions(entry->encryption_options, &s_data_options)) { in init_data_file_encryption_options() 269 if ((s_data_options.flags & FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32) && in init_data_file_encryption_options() 325 if (!install_storage_key(DATA_MNT_POINT, s_data_options, ce_key, &ce_policy)) return false; in read_and_install_user_ce_key() 378 if (!generateStorageKey(makeGen(s_data_options), &de_key)) return false; in create_de_key() 383 if (!install_storage_key(DATA_MNT_POINT, s_data_options, de_key, &de_policy)) return false; in create_de_key() 391 if (!generateStorageKey(makeGen(s_data_options), &ce_key)) return false; in create_ce_key() 401 if (!install_storage_key(DATA_MNT_POINT, s_data_options, ce_key, &ce_policy)) return false; in create_ce_key() 455 if (!install_storage_key(DATA_MNT_POINT, s_data_options, de_key, &de_policy)) return false; in load_all_de_keys() 486 makeGen(s_data_options), &device_key)) in fscrypt_initialize_systemwide_keys() [all …]
|