Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h48 bool destroyKey(const std::string& dir);
DExt4Crypt.cpp240 android::vold::destroyKey(other_path); in fixate_user_ce_key()
322 android::vold::destroyKey(tmp_path); // May be partially created so ignore errors in store_key()
543 success &= android::vold::destroyKey(path); in e4crypt_destroy_user_key()
545 success &= android::vold::destroyKey(get_de_key_path(user_id)); in e4crypt_destroy_user_key()
DKeyStorage.cpp334 bool destroyKey(const std::string& dir) { in destroyKey() function