Home
last modified time | relevance | path

Searched refs:DeleteKey (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster.h60 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
Dremote_keymaster.cpp151 void RemoteKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey() function in keymaster::RemoteKeymaster
Dremote_keymaster4_device.cpp498 impl_->DeleteKey(request, &response); in deleteKey()
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp65 HANDLE_MESSAGE(DELETE_KEY, DeleteKey) in ProcessMessage()