HomeSort by relevance Sort by last modified time
    Searched full:active_state (Results 1 - 1 of 1) sorted by null

  /external/openssh/
packet.c 197 static struct session_state *active_state, *backup_state; variable in typeref:struct:session_state
222 if (active_state == NULL)
223 active_state = alloc_session_state();
224 active_state->connection_in = fd_in;
225 active_state->connection_out = fd_out;
226 cipher_init(&active_state->send_context, none, (const u_char *)"",
228 cipher_init(&active_state->receive_context, none, (const u_char *)"",
230 active_state->newkeys[MODE_IN] = active_state->newkeys[MODE_OUT] = NULL;
231 if (!active_state->initialized)
    [all...]

Completed in 150 milliseconds