Searched refs:DeleteKey (Results 1 - 18 of 18) sorted by relevance

/system/update_engine/common/
H A Dprefs.h54 virtual bool DeleteKey(const std::string& key) = 0;
116 bool DeleteKey(const std::string& key) override;
154 bool DeleteKey(const std::string& key) override;
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/keymaster/include/keymaster/
H A Dandroid_keymaster.h76 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
H A Dkeymaster_context.h134 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { function in class:keymaster::KeymasterContext
H A Dsoft_keymaster_context.h78 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
/system/keymaster/
H A Dkeymaster0_engine.h53 bool DeleteKey(const KeymasterKeyBlob& blob) const;
H A Dkeymaster1_engine.h55 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const;
H A Dandroid_keymaster.cpp448 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { function in class:keymaster::AndroidKeymaster
451 response->error = context_->DeleteKey(KeymasterKeyBlob(request.key_blob));
H A Dkeymaster0_engine.cpp132 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_test_utils.h188 keymaster_error_t DeleteKey();
H A Dsoft_keymaster_context.cpp688 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { function in class:keymaster::SoftKeymasterContext
701 return km1_engine_->DeleteKey(blob);
718 if (error == KM_ERROR_OK && km0_engine_->DeleteKey(key_material))
721 km0_engine_->DeleteKey(blob);
H A Dsoft_keymaster_device.cpp1163 return convert_device(dev)->context_->DeleteKey(blob);
1176 return convert_device(dev)->context_->DeleteKey(blob);
H A Dandroid_keymaster_test_utils.cpp204 keymaster_error_t Keymaster2Test::DeleteKey() { function in class:keymaster::test::Keymaster2Test
H A Dandroid_keymaster_test.cpp326 EXPECT_EQ(KM_ERROR_OK, DeleteKey());
/system/security/keystore/
H A Dkeystore_cli_v2.cpp314 int DeleteKey(const std::string& name) { function in namespace:__anon2495
317 printf("DeleteKey: %d\n", result);
455 return DeleteKey(command_line->GetSwitchValueASCII("name"));
/system/tpm/attestation/server/
H A Dattestation_service.h239 void DeleteKey(const std::string& username, const std::string& key_label);
H A Dattestation_service.cc466 DeleteKey(request.username(), request.key_label());
725 void AttestationService::DeleteKey(const std::string& username, function in class:attestation::AttestationService

Completed in 1299 milliseconds