Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h62 bool destroyKey(const std::string& dir);
DFsCrypt.cpp183 android::vold::destroyKey(other_path); in fixate_user_ce_key()
573 success &= android::vold::destroyKey(path); in fscrypt_destroy_user_key()
577 success &= android::vold::destroyKey(de_key_path); in fscrypt_destroy_user_key()
674 return android::vold::destroyKey(path); in destroy_volkey()
DMetadataCrypt.cpp341 if (!android::vold::destroyKey(key_path)) { in destroy_dsu_metadata_key()
DKeyStorage.cpp612 destroyKey(tmp_path); // May be partially created so ignore errors in storeKeyAtomically()
678 bool destroyKey(const std::string& dir) { in destroyKey() function