Searched refs:challenge (Results 1 – 3 of 3) sorted by relevance
296 char challenge[VNC_AUTH_CHALLENGE_SIZE]; member
2776 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()
130 Self-modifying code is a special challenge in x86 emulation because no