Home
last modified time | relevance | path

Searched defs:DeleteKey (Results 1 – 13 of 13) sorted by relevance

/system/keymaster/include/keymaster/
Dkeymaster_context.h114 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
/system/update_engine/common/
Dprefs.cc147 bool Prefs::FileStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp109 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
Dkeymaster1_passthrough_context.cpp176 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
Dpure_soft_keymaster_context.cpp207 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
Dsoft_keymaster_context.cpp332 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
/system/keymaster/legacy_support/
Dkeymaster_passthrough_engine.cpp111 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override { in DeleteKey() function in keymaster::TKeymasterPassthroughEngine
Dkeymaster0_engine.cpp132 bool Keymaster0Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster0Engine
Dkeymaster1_engine.cpp123 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp451 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
/system/security/keystore/
Dkeystore_cli_v2.cpp333 int DeleteKey(const std::string& name) { in DeleteKey() function
/system/tpm/attestation/server/
Dattestation_service.cc725 void AttestationService::DeleteKey(const std::string& username, in DeleteKey() function in attestation::AttestationService
/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp204 keymaster_error_t Keymaster2Test::DeleteKey() { in DeleteKey() function in keymaster::test::Keymaster2Test