Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DFsCrypt.h39 bool fscrypt_destroy_volume_keys(const std::string& volume_uuid);
H A DFsCrypt.cpp986 bool fscrypt_destroy_volume_keys(const std::string& volume_uuid) { in fscrypt_destroy_volume_keys() function
H A DVolumeManager.cpp365 if (!fscrypt_destroy_volume_keys(fsUuid)) { in forgetPartition()