/aosp12/system/keymaster/android_keymaster/ |
H A D | pure_soft_secure_key_storage.cpp | 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
|
H A D | android_keymaster.cpp | 795 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | keymaster_context.h | 128 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
|
/aosp12/system/update_engine/common/ |
H A D | prefs.cc | 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/bt/vendor_libs/test_vendor_lib/test/ |
H A D | security_manager_unittest.cc | 100 TEST_F(SecurityManagerTest, DeleteKey) { in TEST_F() argument
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | security_manager.cc | 31 uint16_t SecurityManager::DeleteKey(const Address& addr) { in DeleteKey() function in test_vendor_lib::SecurityManager
|
/aosp12/system/keymaster/contexts/ |
H A D | keymaster2_passthrough_context.cpp | 112 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
|
H A D | keymaster1_passthrough_context.cpp | 178 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
|
H A D | soft_keymaster_context.cpp | 305 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
|
H A D | pure_soft_keymaster_context.cpp | 299 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
|
/aosp12/system/keymaster/legacy_support/ |
H A D | keymaster_passthrough_engine.cpp | 107 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override { in DeleteKey() function in keymaster::TKeymasterPassthroughEngine
|
H A D | keymaster1_engine.cpp | 118 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
|
/aosp12/system/core/trusty/keymaster/ |
H A D | TrustyKeymaster.cpp | 207 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | KeymasterHidlTest.cpp | 167 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 D | keymaster_hidl_hal_test.cpp | 4618 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/ |
H A D | KeyMintBenchmark.cpp | 221 ErrorCode DeleteKey() { in DeleteKey() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/ |
H A D | Benchmark.cpp | 206 bool DeleteKey() { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterWrapper
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintAidlTestBase.cpp | 415 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 D | KeyMintTest.cpp | 6190 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 817 int DeleteKey(const std::string& name) { in DeleteKey() function
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 533 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 D | android_keymaster_test_utils.cpp | 205 keymaster_error_t Keymaster2Test::DeleteKey() { in DeleteKey() function in keymaster::test::Keymaster2Test
|