Home
last modified time | relevance | path

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

/aosp12/system/keymaster/android_keymaster/
H A 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
H A Dandroid_keymaster.cpp795 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_context.h128 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
/aosp12/system/update_engine/common/
H A Dprefs.cc214 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/bt/vendor_libs/test_vendor_lib/test/
H A Dsecurity_manager_unittest.cc100 TEST_F(SecurityManagerTest, DeleteKey) { in TEST_F() argument
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dsecurity_manager.cc31 uint16_t SecurityManager::DeleteKey(const Address& addr) { in DeleteKey() function in test_vendor_lib::SecurityManager
/aosp12/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp112 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
H A Dkeymaster1_passthrough_context.cpp178 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
H A Dsoft_keymaster_context.cpp305 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
H A Dpure_soft_keymaster_context.cpp299 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
/aosp12/system/keymaster/legacy_support/
H A Dkeymaster_passthrough_engine.cpp107 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override { in DeleteKey() function in keymaster::TKeymasterPassthroughEngine
H A Dkeymaster1_engine.cpp118 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp207 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
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
H A Dkeymaster_hidl_hal_test.cpp4618 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp221 ErrorCode DeleteKey() { in DeleteKey() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp206 bool DeleteKey() { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterWrapper
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp415 ErrorCode KeyMintAidlTestBase::DeleteKey(vector<uint8_t>* key_blob, bool keep_key_blob) { in DeleteKey() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
425 ErrorCode KeyMintAidlTestBase::DeleteKey(bool keep_key_blob) { in DeleteKey() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
H A DKeyMintTest.cpp6190 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp817 int DeleteKey(const std::string& name) { in DeleteKey() function
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp533 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) { in DeleteKey() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
540 ErrorCode DeleteKey(bool keep_key_blob = false) { in DeleteKey() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
4062 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp205 keymaster_error_t Keymaster2Test::DeleteKey() { in DeleteKey() function in keymaster::test::Keymaster2Test