Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.h73 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
Dremote_keymaster.cpp284 void RemoteKeymaster::DeleteKey(const DeleteKeyRequest& request, in DeleteKey() function in keymaster::RemoteKeymaster
Dremote_keymint_device.cpp354 impl_.DeleteKey(request, &response); in deleteKey()
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp66 HANDLE_MESSAGE(DELETE_KEY, DeleteKey) in ProcessMessage()