Home
last modified time | relevance | path

Searched refs:DeleteKey (Results 1 – 25 of 31) sorted by relevance

12

/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp37 void DeleteKey(km_id_t keyid);
62 void PureSoftSecureStorageMap::DeleteKey(km_id_t keyid) { in DeleteKey() function in keymaster::PureSoftSecureStorageMap
112 keymaster_error_t PureSoftSecureKeyStorage::DeleteKey(const km_id_t keyid) { in DeleteKey() function in keymaster::PureSoftSecureKeyStorage
118 pure_soft_secure_storage_map_->DeleteKey(keyid); in DeleteKey()
Dandroid_keymaster.cpp737 context_->secure_deletion_secret_storage()->DeleteKey( in FinishOperation()
740 context_->secure_key_storage()->DeleteKey(operation->key_id()); in FinishOperation()
871 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
873 response->error = context_->DeleteKey(KeymasterKeyBlob(request.key_blob)); in DeleteKey()
/system/update_engine/common/
Dprefs.h61 virtual bool DeleteKey(std::string_view key) = 0;
130 bool DeleteKey(std::string_view key) override;
170 bool DeleteKey(std::string_view key) override;
Dprefs.cc107 TEST_AND_RETURN_FALSE(storage_->DeleteKey(key)); in Delete()
216 bool Prefs::FileStorage::DeleteKey(std::string_view key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage
276 bool MemoryPrefs::MemoryStorage::DeleteKey(std::string_view key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/system/keymaster/include/keymaster/
Dsecure_deletion_secret_storage.h86 virtual void DeleteKey(uint32_t key_slot) const = 0;
Dsecure_key_storage.h54 virtual keymaster_error_t DeleteKey(const km_id_t keyid) = 0;
Dpure_soft_secure_key_storage.h47 keymaster_error_t DeleteKey(const km_id_t keyid) override;
Dkeymaster_context.h133 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
Dandroid_keymaster.h88 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_engine.h57 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const = 0;
Dkeymaster1_engine.h53 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const;
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h84 keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const override;
Dkeymaster1_passthrough_context.h90 keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const override;
Dsoft_keymaster_context.h77 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
Dpure_soft_keymaster_context.h72 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp180 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
193 error = km1_engine_->DeleteKey(blob); in DeleteKey()
Dsoft_keymaster_context.cpp308 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
321 return km1_engine_->DeleteKey(blob); in DeleteKey()
Dkeymaster2_passthrough_context.cpp114 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
Dpure_soft_keymaster_context.cpp354 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
360 return pure_soft_secure_key_storage_->DeleteKey(keyid); in DeleteKey()
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h56 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp212 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
/system/keymaster/legacy_support/
Dkeymaster_passthrough_engine.cpp109 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override { in DeleteKey() function in keymaster::TKeymasterPassthroughEngine
Dkeymaster1_engine.cpp118 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp246 impl_->DeleteKey(request, &response); in deleteKey()
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp391 impl_->DeleteKey(request, &response); in deleteKey()

12