Searched defs:DeleteKey (Results 1 - 12 of 12) sorted by relevance

/system/keymaster/include/keymaster/
H A Dkeymaster_context.h134 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { function in class:keymaster::KeymasterContext
/system/update_engine/common/
H A Dprefs.cc85 TEST_AND_RETURN_FALSE(storage_->DeleteKey(key));
147 bool Prefs::FileStorage::DeleteKey(const string& key) { function in class:chromeos_update_engine::Prefs::FileStorage
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { function in class:chromeos_update_engine::MemoryPrefs::MemoryStorage
/system/connectivity/shill/
H A Dfake_store.cc124 bool FakeStore::DeleteKey(const string& group, const string& key) { function in class:shill::FakeStore
H A Dkey_file_store.cc189 bool KeyFileStore::DeleteKey(const string& group, const string& key) { function in class:shill::KeyFileStore
H A Djson_store.cc518 bool JsonStore::DeleteKey(const string& group, const string& key) { function in class:shill::JsonStore
/system/keymaster/
H A Dkeymaster0_engine.cpp150 bool Keymaster0Engine::DeleteKey(const KeymasterKeyBlob& blob) const { function in class:keymaster::Keymaster0Engine
H A Dkeymaster1_engine.cpp124 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { function in class:keymaster::Keymaster1Engine
H A Dandroid_keymaster.cpp442 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { function in class:keymaster::AndroidKeymaster
445 response->error = context_->DeleteKey(KeymasterKeyBlob(request.key_blob));
H A Dsoft_keymaster_context.cpp695 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { function in class:keymaster::SoftKeymasterContext
697 keymaster_error_t error = km1_engine_->DeleteKey(blob);
720 if (error == KM_ERROR_OK && km0_engine_->DeleteKey(key_material))
723 km0_engine_->DeleteKey(blob);
H A Dandroid_keymaster_test_utils.cpp200 keymaster_error_t Keymaster2Test::DeleteKey() { function in class:keymaster::test::Keymaster2Test
/system/security/keystore/
H A Dkeystore_cli_v2.cpp307 int DeleteKey(const std::string& name) { function in namespace:__anon1900
310 printf("DeleteKey: %d\n", result);
447 return DeleteKey(command_line->GetSwitchValueASCII("name"));
/system/tpm/attestation/server/
H A Dattestation_service.cc520 DeleteKey(request.username(), request.key_label());
788 void AttestationService::DeleteKey(const std::string& username, function in class:attestation::AttestationService

Completed in 2607 milliseconds