Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dkeymaster_context.h134 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
/system/update_engine/common/
Dprefs.cc147 bool Prefs::FileStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/system/keymaster/
Dkeymaster0_engine.cpp132 bool Keymaster0Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster0Engine
Dkeymaster1_engine.cpp124 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1Engine
Dandroid_keymaster.cpp448 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::AndroidKeymaster
Dsoft_keymaster_context.cpp688 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
Dandroid_keymaster_test_utils.cpp204 keymaster_error_t Keymaster2Test::DeleteKey() { in DeleteKey() function in keymaster::test::Keymaster2Test
/system/security/keystore/
Dkeystore_cli_v2.cpp314 int DeleteKey(const std::string& name) { in DeleteKey() function
/system/tpm/attestation/server/
Dattestation_service.cc725 void AttestationService::DeleteKey(const std::string& username, in DeleteKey() function in attestation::AttestationService