Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c351 uint32_t steplen = read_u32(data, 0); in protocol_client_auth_sasl_step_len() local
353 if (steplen > SASL_DATA_MAX_LEN) { in protocol_client_auth_sasl_step_len()
359 if (steplen == 0) in protocol_client_auth_sasl_step_len()
362 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len()