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

Function myssh_statemachine

lib/vssh/libssh.c:2251–2446  ·  view source on GitHub ↗

* myssh_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 libssh function returns SSH_AGAIN * 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

myssh_multi_statemachFunction · 0.85
myssh_block_statemachFunction · 0.85

Calls 15

myssh_state_initFunction · 0.85
myssh_in_S_STARTUPFunction · 0.85
myssh_is_knownFunction · 0.85
myssh_to_ERRORFunction · 0.85
myssh_in_AUTHLISTFunction · 0.85
myssh_in_AUTH_PKEY_INITFunction · 0.85
myssh_in_AUTH_PKEYFunction · 0.85
myssh_in_AUTH_GSSAPIFunction · 0.85
myssh_in_AUTH_KEY_INITFunction · 0.85
myssh_in_AUTH_KEYFunction · 0.85
myssh_in_AUTH_PASS_INITFunction · 0.85
myssh_in_AUTH_PASSFunction · 0.85

Tested by

no test coverage detected