Home | History | Annotate | Download | only in internal

Lines Matching refs:SSL_CONNECTION

137 typedef struct ssl_connection_st SSL_CONNECTION;
141 OSSL_HANDSHAKE_STATE ossl_statem_get_state(SSL_CONNECTION *s);
142 void ossl_statem_clear(SSL_CONNECTION *s);
143 void ossl_statem_set_renegotiate(SSL_CONNECTION *s);
144 void ossl_statem_send_fatal(SSL_CONNECTION *s, int al);
145 void ossl_statem_fatal(SSL_CONNECTION *s, int al, int reason,
154 int ossl_statem_in_error(const SSL_CONNECTION *s);
155 void ossl_statem_set_in_init(SSL_CONNECTION *s, int init);
156 int ossl_statem_get_in_handshake(SSL_CONNECTION *s);
157 void ossl_statem_set_in_handshake(SSL_CONNECTION *s, int inhand);
158 __owur int ossl_statem_skip_early_data(SSL_CONNECTION *s);
159 int ossl_statem_check_finish_init(SSL_CONNECTION *s, int send);
160 void ossl_statem_set_hello_verify_done(SSL_CONNECTION *s);
161 __owur int ossl_statem_app_data_allowed(SSL_CONNECTION *s);
162 __owur int ossl_statem_export_allowed(SSL_CONNECTION *s);
163 __owur int ossl_statem_export_early_allowed(SSL_CONNECTION *s);
166 int statem_flush(SSL_CONNECTION *s);