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...] |