Home
last modified time | relevance | path

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

/system/vold/
DKeyUtil.h31 bool evictKey(const std::string& raw_ref);
DKeyUtil.cpp125 bool evictKey(const std::string& raw_ref) { in evictKey() function
DFsCrypt.cpp429 success &= android::vold::evictKey(raw_ref); in evict_ce_key()
445 lookup_key_ref(s_de_key_raw_refs, user_id, &raw_ref) && android::vold::evictKey(raw_ref); in fscrypt_destroy_user_key()