Searched refs:install_storage_key (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | FsCrypt.cpp | 278 static bool install_storage_key(const std::string& mountpoint, const EncryptionOptions& options, in install_storage_key() function 325 if (!install_storage_key(DATA_MNT_POINT, s_data_options, ce_key, &ce_policy)) return false; in read_and_install_user_ce_key() 383 if (!install_storage_key(DATA_MNT_POINT, s_data_options, de_key, &de_policy)) return false; in create_de_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() 491 if (!install_storage_key(DATA_MNT_POINT, s_data_options, device_key, &s_device_policy)) in fscrypt_initialize_systemwide_keys() 509 if (!install_storage_key(DATA_MNT_POINT, s_data_options, per_boot_key, &per_boot_policy)) in fscrypt_initialize_systemwide_keys() 753 if (!install_storage_key(BuildDataPath(volume_uuid), options, key, policy)) return false; in read_or_create_volkey()
|