Searched refs:install_storage_key (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/vold/ |
H A D | FsCrypt.cpp | 255 static bool install_storage_key(const std::string& mountpoint, const EncryptionOptions& options, in install_storage_key() function 300 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in read_and_install_user_ce_key() 351 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in create_and_install_user_keys() 354 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in create_and_install_user_keys() 407 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in load_all_de_keys() 443 if (!install_storage_key(DATA_MNT_POINT, options, device_key, &device_policy)) return false; in fscrypt_initialize_systemwide_keys() 460 if (!install_storage_key(DATA_MNT_POINT, options, per_boot_key, &per_boot_policy)) return false; in fscrypt_initialize_systemwide_keys() 667 if (!install_storage_key(BuildDataPath(volume_uuid), options, key, policy)) return false; in read_or_create_volkey()
|