/system/keymaster/android_keymaster/ |
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
|
D | android_keymaster.cpp | 871 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 133 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
|
/system/update_engine/common/ |
D | prefs.cc | 303 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/ |
D | keymaster2_passthrough_context.cpp | 114 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
|
D | keymaster1_passthrough_context.cpp | 180 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
|
D | soft_keymaster_context.cpp | 308 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
|
D | pure_soft_keymaster_context.cpp | 354 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
|
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_engine.cpp | 109 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const override { in DeleteKey() function in keymaster::TKeymasterPassthroughEngine
|
D | keymaster1_engine.cpp | 118 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
|
/system/core/trusty/keymaster/ |
D | TrustyKeymaster.cpp | 212 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 829 int DeleteKey(const std::string& name) { in DeleteKey() function
|