Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp248 static bool install_storage_key(const std::string& mountpoint, const EncryptionOptions& options, in install_storage_key() function
294 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in read_and_install_user_ce_key()
345 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in create_and_install_user_keys()
348 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in create_and_install_user_keys()
400 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in load_all_de_keys()
436 if (!install_storage_key(DATA_MNT_POINT, options, device_key, &device_policy)) return false; in fscrypt_initialize_systemwide_keys()
453 if (!install_storage_key(DATA_MNT_POINT, options, per_boot_key, &per_boot_policy)) return false; in fscrypt_initialize_systemwide_keys()
668 if (!install_storage_key(BuildDataPath(volume_uuid), options, key, policy)) return false; in read_or_create_volkey()