Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp62 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
Dandroid_keymaster.cpp871 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
/system/keymaster/include/keymaster/
Dkeymaster_context.h133 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
/system/update_engine/common/
Dprefs.cc303 bool Prefs::FileStorage::DeleteKey(std::string_view key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage
369 bool MemoryPrefs::MemoryStorage::DeleteKey(std::string_view key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp114 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
Dkeymaster1_passthrough_context.cpp180 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
Dsoft_keymaster_context.cpp308 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp354 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
/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/
DTrustyKeymaster.cpp212 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
/system/security/keystore/
Dkeystore_cli_v2.cpp829 int DeleteKey(const std::string& name) { in DeleteKey() function