MCPcopy Create free account
hub / github.com/curl/curl / ssh_statemachine

Function ssh_statemachine

lib/vssh/libssh2.c:2861–3118  ·  view source on GitHub ↗

* ssh_statemachine() runs the SSH state machine as far as it can without * blocking and without reaching the end. The data the pointer 'block' points * to is set to TRUE if the libssh2 function returns LIBSSH2_ERROR_EAGAIN * meaning it wants to be called again when the socket is ready */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ssh_multi_statemachFunction · 0.85
ssh_block_statemachFunction · 0.85

Calls 15

ssh_state_initFunction · 0.85
ssh_state_startupFunction · 0.85
ssh_state_hostkeyFunction · 0.85
ssh_state_authlistFunction · 0.85
ssh_state_pkey_initFunction · 0.85
ssh_state_auth_pkeyFunction · 0.85
ssh_state_auth_pass_initFunction · 0.85
ssh_state_auth_passFunction · 0.85
ssh_state_auth_host_initFunction · 0.85
ssh_state_auth_agentFunction · 0.85

Tested by

no test coverage detected