Searched defs:session_state (Results 1 – 2 of 2) sorted by relevance
103 struct session_state { struct110 int connection_in;111 int connection_out;114 u_int remote_protocol_flags;117 CipherContext receive_context;120 CipherContext send_context;123 Buffer input;126 Buffer output;129 Buffer outgoing_packet;132 Buffer incoming_packet;[all …]
1065 SSLSessionState session_state = kSSLIdle; in DoHandshake() local