/system/bt/vendor_libs/test_vendor_lib/test/ |
D | security_manager_unittest.cc | 100 TEST_F(SecurityManagerTest, DeleteKey) { in TEST_F() argument 110 EXPECT_EQ(0, sm.DeleteKey(btaddr2)); in TEST_F() 116 EXPECT_EQ(1, sm.DeleteKey(btaddr1)); in TEST_F() 125 EXPECT_EQ(1, sm.DeleteKey(btaddr2)); in TEST_F() 129 EXPECT_EQ(0, sm.DeleteKey(btaddr2)); in TEST_F()
|
/system/update_engine/common/ |
D | prefs.h | 59 virtual bool DeleteKey(const std::string& key) = 0; 126 bool DeleteKey(const std::string& key) override; 166 bool DeleteKey(const std::string& key) override;
|
D | prefs.cc | 105 TEST_AND_RETURN_FALSE(storage_->DeleteKey(key)); in Delete() 194 bool Prefs::FileStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage 251 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 332 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext 345 return km1_engine_->DeleteKey(blob); in DeleteKey() 362 if (error == KM_ERROR_OK && km0_engine_->DeleteKey(key_material)) in DeleteKey() 365 km0_engine_->DeleteKey(blob); in DeleteKey()
|
D | keymaster1_passthrough_context.cpp | 176 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext 189 error = km1_engine_->DeleteKey(blob); in DeleteKey()
|
D | keymaster2_passthrough_context.cpp | 109 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
|
D | pure_soft_keymaster_context.cpp | 245 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_engine.h | 57 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const = 0;
|
D | keymaster0_engine.h | 54 bool DeleteKey(const KeymasterKeyBlob& blob) const;
|
D | keymaster1_engine.h | 55 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const;
|
/system/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 81 keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const override;
|
D | keymaster1_passthrough_context.h | 88 keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const override;
|
D | pure_soft_keymaster_context.h | 67 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
|
D | soft_keymaster_context.h | 79 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 114 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
|
D | android_keymaster.h | 83 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster.h | 53 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | security_manager.h | 64 uint16_t DeleteKey(const Address& addr);
|
D | security_manager.cc | 31 uint16_t SecurityManager::DeleteKey(const Address& addr) { in DeleteKey() function in test_vendor_lib::SecurityManager
|
/system/core/trusty/keymaster/ |
D | TrustyKeymaster.cpp | 146 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 455 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster 458 response->error = context_->DeleteKey(KeymasterKeyBlob(request.key_blob)); in DeleteKey()
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 343 int DeleteKey(const std::string& name) { in DeleteKey() function 638 return DeleteKey(command_line->GetSwitchValueASCII("name")); in main()
|
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_engine.cpp | 111 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override { in DeleteKey() function in keymaster::TKeymasterPassthroughEngine
|
D | keymaster0_engine.cpp | 132 bool Keymaster0Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster0Engine
|
D | keymaster1_engine.cpp | 123 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
|