Home
last modified time | relevance | path

Searched refs:challenge (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Dvnc.h296 char challenge[VNC_AUTH_CHALLENGE_SIZE]; member
H A Dvnc.c2776 memcpy(response, vs->challenge, VNC_AUTH_CHALLENGE_SIZE); in protocol_client_auth_vnc()
2797 vs->challenge, in protocol_client_auth_vnc()
2832 if (qcrypto_random_bytes(vs->challenge, sizeof(vs->challenge), &err)) { in start_auth_vnc()
2841 vnc_write(vs, vs->challenge, sizeof(vs->challenge)); in start_auth_vnc()
2844 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge)); in start_auth_vnc()
/qemu/docs/devel/
H A Dtcg.rst130 Self-modifying code is a special challenge in x86 emulation because no