Lines Matching defs:s

71 int SSL_in_init(const SSL *s)  in SSL_in_init()
76 int SSL_is_init_finished(const SSL *s) in SSL_is_init_finished()
81 int SSL_in_before(const SSL *s) in SSL_in_before()
97 void ossl_statem_clear(SSL *s) in ossl_statem_clear()
108 void ossl_statem_set_renegotiate(SSL *s) in ossl_statem_set_renegotiate()
118 void ossl_statem_fatal(SSL *s, int al, int func, int reason, const char *file, in ossl_statem_fatal()
137 #define check_fatal(s, f) \ argument
152 int ossl_statem_in_error(const SSL *s) in ossl_statem_in_error()
160 void ossl_statem_set_in_init(SSL *s, int init) in ossl_statem_set_in_init()
165 int ossl_statem_get_in_handshake(SSL *s) in ossl_statem_get_in_handshake()
170 void ossl_statem_set_in_handshake(SSL *s, int inhand) in ossl_statem_set_in_handshake()
179 int ossl_statem_skip_early_data(SSL *s) in ossl_statem_skip_early_data()
200 void ossl_statem_check_finish_init(SSL *s, int sending) in ossl_statem_check_finish_init()
234 void ossl_statem_set_hello_verify_done(SSL *s) in ossl_statem_set_hello_verify_done()
248 int ossl_statem_connect(SSL *s) in ossl_statem_connect()
253 int ossl_statem_accept(SSL *s) in ossl_statem_accept()
260 static info_cb get_callback(SSL *s) in get_callback()
298 static int state_machine(SSL *s, int server) in state_machine()
490 static void init_read_state_machine(SSL *s) in init_read_state_machine()
497 static int grow_init_buf(SSL *s, size_t size) { in grow_init_buf()
538 static SUB_STATE_RETURN read_state_machine(SSL *s) in read_state_machine()
698 static int statem_do_write(SSL *s) in statem_do_write()
716 static void init_write_state_machine(SSL *s) in init_write_state_machine()
754 static SUB_STATE_RETURN write_state_machine(SSL *s) in write_state_machine()
900 int statem_flush(SSL *s) in statem_flush()
919 int ossl_statem_app_data_allowed(SSL *s) in ossl_statem_app_data_allowed()
953 int ossl_statem_export_allowed(SSL *s) in ossl_statem_export_allowed()
963 int ossl_statem_export_early_allowed(SSL *s) in ossl_statem_export_early_allowed()