Lines Matching defs:s
57 static int ossl_statem_server13_read_transition(SSL *s, int mt) in ossl_statem_server13_read_transition()
156 int ossl_statem_server_read_transition(SSL *s, int mt) in ossl_statem_server_read_transition()
323 static int send_server_key_exchange(SSL *s) in send_server_key_exchange()
365 int send_certificate_request(SSL *s) in send_certificate_request()
412 static WRITE_TRAN ossl_statem_server13_write_transition(SSL *s) in ossl_statem_server13_write_transition()
544 WRITE_TRAN ossl_statem_server_write_transition(SSL *s) in ossl_statem_server_write_transition()
682 WORK_STATE ossl_statem_server_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_server_pre_work()
809 WORK_STATE ossl_statem_server_post_work(SSL *s, WORK_STATE wst) in ossl_statem_server_post_work()
1017 int ossl_statem_server_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_server_construct_message()
1136 size_t ossl_statem_server_max_message_size(SSL *s) in ossl_statem_server_max_message_size()
1179 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt) in ossl_statem_server_process_message()
1225 WORK_STATE ossl_statem_server_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_server_post_process_message()
1245 static int ssl_check_srp_ext_ClientHello(SSL *s) in ssl_check_srp_ext_ClientHello()
1288 int dtls_construct_hello_verify_request(SSL *s, WPACKET *pkt) in dtls_construct_hello_verify_request()
1323 static void ssl_check_for_safari(SSL *s, const CLIENTHELLO_MSG *hello) in ssl_check_for_safari()
1375 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) in tls_process_client_hello()
1587 static int tls_early_post_process_client_hello(SSL *s) in tls_early_post_process_client_hello()
2060 static int tls_handle_status_request(SSL *s) in tls_handle_status_request()
2108 int tls_handle_alpn(SSL *s) in tls_handle_alpn()
2184 WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst) in tls_post_process_client_hello()
2301 int tls_construct_server_hello(SSL *s, WPACKET *pkt) in tls_construct_server_hello()
2410 int tls_construct_server_done(SSL *s, WPACKET *pkt) in tls_construct_server_done()
2421 int tls_construct_server_key_exchange(SSL *s, WPACKET *pkt) in tls_construct_server_key_exchange()
2728 int tls_construct_certificate_request(SSL *s, WPACKET *pkt) in tls_construct_certificate_request()
2799 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt) in tls_process_cke_psk_preamble()
2858 static int tls_process_cke_rsa(SSL *s, PACKET *pkt) in tls_process_cke_rsa()
2955 static int tls_process_cke_dhe(SSL *s, PACKET *pkt) in tls_process_cke_dhe()
3006 static int tls_process_cke_ecdhe(SSL *s, PACKET *pkt) in tls_process_cke_ecdhe()
3062 static int tls_process_cke_srp(SSL *s, PACKET *pkt) in tls_process_cke_srp()
3101 static int tls_process_cke_gost(SSL *s, PACKET *pkt) in tls_process_cke_gost()
3204 static int tls_process_cke_gost18(SSL *s, PACKET *pkt) in tls_process_cke_gost18()
3282 MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt) in tls_process_client_key_exchange()
3350 WORK_STATE tls_post_process_client_key_exchange(SSL *s, WORK_STATE wst) in tls_post_process_client_key_exchange()
3412 MSG_PROCESS_RETURN tls_process_client_certificate(SSL *s, PACKET *pkt) in tls_process_client_certificate()
3596 int tls_construct_server_certificate(SSL *s, WPACKET *pkt) in tls_construct_server_certificate()
3621 static int create_ticket_prequel(SSL *s, WPACKET *pkt, uint32_t age_add, in create_ticket_prequel()
3654 static int construct_stateless_ticket(SSL *s, WPACKET *pkt, uint32_t age_add, in construct_stateless_ticket()
3840 static int construct_stateful_ticket(SSL *s, WPACKET *pkt, uint32_t age_add, in construct_stateful_ticket()
3858 int tls_construct_new_session_ticket(SSL *s, WPACKET *pkt) in tls_construct_new_session_ticket()
3998 int tls_construct_cert_status_body(SSL *s, WPACKET *pkt) in tls_construct_cert_status_body()
4010 int tls_construct_cert_status(SSL *s, WPACKET *pkt) in tls_construct_cert_status()
4025 MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt) in tls_process_next_proto()
4056 static int tls_construct_encrypted_extensions(SSL *s, WPACKET *pkt) in tls_construct_encrypted_extensions()
4067 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt) in tls_process_end_of_early_data()