/aosp_15_r20/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
|
/aosp_15_r20/system/update_engine/common/ |
H A D | prefs.cc | 313 bool Prefs::FileStorage::DeleteKey(std::string_view key) { in DeleteKey() function in chromeos_update_engine::Prefs::FileStorage 379 bool MemoryPrefs::MemoryStorage::DeleteKey(std::string_view key) { in DeleteKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | unexportable_key_win.cc | 522 void DeleteKey() override { in DeleteKey() function in crypto::__anona60838f30111::ECDSASoftwareKey 570 void DeleteKey() override { in DeleteKey() function in crypto::__anona60838f30111::RSASoftwareKey
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | keymaster_context.h | 133 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const { in DeleteKey() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
D | key.go | 144 func DeleteKey(k Key, path string) error { func
|
/aosp_15_r20/external/googleapis/google/api/apikeys/v2/ |
H A D | apikeys.proto | 116 rpc DeleteKey(DeleteKeyRequest) returns (google.longrunning.Operation) { rpc
|
/aosp_15_r20/external/google-cloud-java/java-apikeys/proto-google-cloud-apikeys-v2/src/main/proto/google/api/apikeys/v2/ |
H A D | apikeys.proto | 115 rpc DeleteKey(DeleteKeyRequest) returns (google.longrunning.Operation) { rpc
|
/aosp_15_r20/external/google-cloud-java/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/ |
H A D | gapic_metadata.json | 16 "DeleteKey": { object
|
/aosp_15_r20/system/keymaster/contexts/ |
H A D | keymaster2_passthrough_context.cpp | 114 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster2PassthroughContext
|
H A D | keymaster1_passthrough_context.cpp | 180 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::Keymaster1PassthroughContext
|
H A D | soft_keymaster_context.cpp | 308 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::SoftKeymasterContext
|
H A D | pure_soft_keymaster_context.cpp | 374 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey() function in keymaster::PureSoftKeymasterContext
|
/aosp_15_r20/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
|
/aosp_15_r20/external/google-cloud-java/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1/ |
H A D | gapic_metadata.json | 22 "DeleteKey": { object
|
/aosp_15_r20/system/keymaster/legacy_support/ |
H A D | keymaster_passthrough_engine.cpp | 109 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
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_secure_deletion_secret_storage.cpp | 672 void TrustySecureDeletionSecretStorage::DeleteKey(uint32_t key_slot) const { in DeleteKey() function in keymaster::TrustySecureDeletionSecretStorage
|
/aosp_15_r20/system/core/trusty/keymaster/ |
H A D | TrustyKeymaster.cpp | 212 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::TrustyKeymaster
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.cpp | 284 void RemoteKeymaster::DeleteKey(const DeleteKeyRequest& request, in DeleteKey() function in keymaster::RemoteKeymaster
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | Kms.h | 1168 EFI_KMS_DELETE_KEY DeleteKey; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | Kms.h | 1161 EFI_KMS_DELETE_KEY DeleteKey; member
|
/aosp_15_r20/external/cronet/net/tools/cachetool/ |
H A D | cachetool.cc | 673 void DeleteKey(CommandMarshal* command_marshal) { in DeleteKey() function
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | Kms.h | 1162 EFI_KMS_DELETE_KEY DeleteKey; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | Kms.h | 1162 EFI_KMS_DELETE_KEY DeleteKey; member
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | registry.cc | 283 LONG RegKey::DeleteKey(const wchar_t* name, RecursiveDelete recursive) { in DeleteKey() function in base::win::RegKey
|