Lines Matching defs:s

67 static int ossl_statem_server13_read_transition(SSL_CONNECTION *s, int mt)  in ossl_statem_server13_read_transition()
182 int ossl_statem_server_read_transition(SSL_CONNECTION *s, int mt) in ossl_statem_server_read_transition()
349 static int send_server_key_exchange(SSL_CONNECTION *s) in send_server_key_exchange()
412 int send_certificate_request(SSL_CONNECTION *s) in send_certificate_request()
467 static WRITE_TRAN ossl_statem_server13_write_transition(SSL_CONNECTION *s) in ossl_statem_server13_write_transition()
606 WRITE_TRAN ossl_statem_server_write_transition(SSL_CONNECTION *s) in ossl_statem_server_write_transition()
746 WORK_STATE ossl_statem_server_pre_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_server_pre_work()
874 WORK_STATE ossl_statem_server_post_work(SSL_CONNECTION *s, WORK_STATE wst) in ossl_statem_server_post_work()
1093 int ossl_statem_server_construct_message(SSL_CONNECTION *s, in ossl_statem_server_construct_message()
1219 size_t ossl_statem_server_max_message_size(SSL_CONNECTION *s) in ossl_statem_server_max_message_size()
1263 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL_CONNECTION *s, in ossl_statem_server_process_message()
1315 WORK_STATE ossl_statem_server_post_process_message(SSL_CONNECTION *s, in ossl_statem_server_post_process_message()
1336 static int ssl_check_srp_ext_ClientHello(SSL_CONNECTION *s) in ssl_check_srp_ext_ClientHello()
1379 CON_FUNC_RETURN dtls_construct_hello_verify_request(SSL_CONNECTION *s, in dtls_construct_hello_verify_request()
1417 static void ssl_check_for_safari(SSL_CONNECTION *s, in ssl_check_for_safari()
1471 MSG_PROCESS_RETURN tls_process_client_hello(SSL_CONNECTION *s, PACKET *pkt) in tls_process_client_hello()
1683 static int tls_early_post_process_client_hello(SSL_CONNECTION *s) in tls_early_post_process_client_hello()
2144 static int tls_handle_status_request(SSL_CONNECTION *s) in tls_handle_status_request()
2195 int tls_handle_alpn(SSL_CONNECTION *s) in tls_handle_alpn()
2273 WORK_STATE tls_post_process_client_hello(SSL_CONNECTION *s, WORK_STATE wst) in tls_post_process_client_hello()
2392 CON_FUNC_RETURN tls_construct_server_hello(SSL_CONNECTION *s, WPACKET *pkt) in tls_construct_server_hello()
2502 CON_FUNC_RETURN tls_construct_server_done(SSL_CONNECTION *s, WPACKET *pkt) in tls_construct_server_done()
2513 CON_FUNC_RETURN tls_construct_server_key_exchange(SSL_CONNECTION *s, in tls_construct_server_key_exchange()
2824 CON_FUNC_RETURN tls_construct_certificate_request(SSL_CONNECTION *s, in tls_construct_certificate_request()
2896 static int tls_process_cke_psk_preamble(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_psk_preamble()
2956 static int tls_process_cke_rsa(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_rsa()
3053 static int tls_process_cke_dhe(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_dhe()
3104 static int tls_process_cke_ecdhe(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_ecdhe()
3160 static int tls_process_cke_srp(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_srp()
3199 static int tls_process_cke_gost(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_gost()
3302 static int tls_process_cke_gost18(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_gost18()
3380 MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL_CONNECTION *s, in tls_process_client_key_exchange()
3449 WORK_STATE tls_post_process_client_key_exchange(SSL_CONNECTION *s, in tls_post_process_client_key_exchange()
3598 MSG_PROCESS_RETURN tls_process_client_certificate(SSL_CONNECTION *s, in tls_process_client_certificate()
3813 CON_FUNC_RETURN tls_construct_server_certificate(SSL_CONNECTION *s, WPACKET *pkt) in tls_construct_server_certificate()
3877 static int create_ticket_prequel(SSL_CONNECTION *s, WPACKET *pkt, in create_ticket_prequel()
3920 static CON_FUNC_RETURN construct_stateless_ticket(SSL_CONNECTION *s, in construct_stateless_ticket()
4128 static int construct_stateful_ticket(SSL_CONNECTION *s, WPACKET *pkt, in construct_stateful_ticket()
4147 static void tls_update_ticket_counts(SSL_CONNECTION *s) in tls_update_ticket_counts()
4161 CON_FUNC_RETURN tls_construct_new_session_ticket(SSL_CONNECTION *s, WPACKET *pkt) in tls_construct_new_session_ticket()
4305 int tls_construct_cert_status_body(SSL_CONNECTION *s, WPACKET *pkt) in tls_construct_cert_status_body()
4317 CON_FUNC_RETURN tls_construct_cert_status(SSL_CONNECTION *s, WPACKET *pkt) in tls_construct_cert_status()
4332 MSG_PROCESS_RETURN tls_process_next_proto(SSL_CONNECTION *s, PACKET *pkt) in tls_process_next_proto()
4363 static CON_FUNC_RETURN tls_construct_encrypted_extensions(SSL_CONNECTION *s, in tls_construct_encrypted_extensions()
4375 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL_CONNECTION *s, PACKET *pkt) in tls_process_end_of_early_data()