Home
last modified time | relevance | path

Searched defs:deleteKey (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DKeymaster.cpp210 bool Keymaster::deleteKey(const std::string& key) { in deleteKey() function in android::vold::Keymaster
DKeyStorage.cpp308 static bool deleteKey(const std::string& dir) { in deleteKey() function
/system/security/keystore/
Dkeystore_client_impl.cpp261 int32_t KeystoreClientImpl::deleteKey(const std::string& key_name) { in deleteKey() function in keystore::KeystoreClientImpl