Home
last modified time | relevance | path

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

12

/aosp12/system/keymaster/android_keymaster/
H A 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()
/aosp12/system/bt/vendor_libs/test_vendor_lib/test/
H A Dsecurity_manager_unittest.cc100 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()
/aosp12/system/update_engine/common/
H A Dprefs.h60 virtual bool DeleteKey(const std::string& key) = 0;
129 bool DeleteKey(const std::string& key) override;
169 bool DeleteKey(const std::string& key) override;
H A Dprefs.cc107 TEST_AND_RETURN_FALSE(storage_->DeleteKey(key)); in Delete()
214 bool Prefs::FileStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage
275 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/aosp12/system/keymaster/include/keymaster/
H A Dsecure_key_storage.h54 virtual keymaster_error_t DeleteKey(const km_id_t keyid) = 0;
H A Dpure_soft_secure_key_storage.h47 keymaster_error_t DeleteKey(const km_id_t keyid) override;
H A Dkeymaster_context.h128 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
H A Dandroid_keymaster.h86 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
/aosp12/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp178 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
191 error = km1_engine_->DeleteKey(blob); in DeleteKey()
H A Dsoft_keymaster_context.cpp305 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
318 return km1_engine_->DeleteKey(blob); in DeleteKey()
H A Dkeymaster2_passthrough_context.cpp112 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
H A Dpure_soft_keymaster_context.cpp299 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
305 return pure_soft_secure_key_storage_->DeleteKey(keyid); in DeleteKey()
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster_passthrough_engine.h57 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const = 0;
H A Dkeymaster1_engine.h53 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const;
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h84 keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const override;
H A Dkeymaster1_passthrough_context.h90 keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const override;
H A Dsoft_keymaster_context.h77 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
H A Dpure_soft_keymaster_context.h71 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override;
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h55 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.h117 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false);
118 ErrorCode DeleteKey(bool keep_key_blob = false);
H A DKeymasterHidlTest.cpp167 ErrorCode KeymasterHidlTest::DeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
174 ErrorCode KeymasterHidlTest::DeleteKey(bool keep_key_blob) { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
175 return DeleteKey(&key_blob_, keep_key_blob); in DeleteKey()
184 auto rc = DeleteKey(key_blob, keep_key_blob); in CheckedDeleteKey()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dsecurity_manager.h67 uint16_t DeleteKey(const Address& addr);
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp151 if (DeleteKey() != ErrorCode::OK) { in GenerateKey()
221 ErrorCode DeleteKey() { in DeleteKey() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
389 keymintTest->DeleteKey(); in keygen()
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp192 if (!DeleteKey()) { in GenerateKey()
206 bool DeleteKey() { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterWrapper
452 keymaster->DeleteKey(); in keygen()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h125 ErrorCode DeleteKey(vector<uint8_t>* key_blob, bool keep_key_blob = false);
126 ErrorCode DeleteKey(bool keep_key_blob = false);

12