Lines Matching defs:s
46 static ossl_inline int cert_req_allowed(SSL *s) in cert_req_allowed()
64 static int key_exchange_expected(SSL *s) in key_exchange_expected()
89 static int ossl_statem_client13_read_transition(SSL *s, int mt) in ossl_statem_client13_read_transition()
206 int ossl_statem_client_read_transition(SSL *s, int mt) in ossl_statem_client_read_transition()
407 static WRITE_TRAN ossl_statem_client13_write_transition(SSL *s) in ossl_statem_client13_write_transition()
496 WRITE_TRAN ossl_statem_client_write_transition(SSL *s) in ossl_statem_client_write_transition()
664 WORK_STATE ossl_statem_client_pre_work(SSL *s, WORK_STATE wst) in ossl_statem_client_pre_work()
728 WORK_STATE ossl_statem_client_post_work(SSL *s, WORK_STATE wst) in ossl_statem_client_post_work()
882 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_client_construct_message()
955 size_t ossl_statem_client_max_message_size(SSL *s) in ossl_statem_client_max_message_size()
1016 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt) in ossl_statem_client_process_message()
1074 WORK_STATE ossl_statem_client_post_process_message(SSL *s, WORK_STATE wst) in ossl_statem_client_post_process_message()
1093 int tls_construct_client_hello(SSL *s, WPACKET *pkt) in tls_construct_client_hello()
1278 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt) in dtls_process_hello_verify()
1304 static int set_client_ciphersuite(SSL *s, const unsigned char *cipherchars) in set_client_ciphersuite()
1376 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt) in tls_process_server_hello()
1713 static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s, in tls_process_as_hello_retry_request()
1773 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt) in tls_process_server_certificate()
1860 WORK_STATE tls_post_process_server_certificate(SSL *s, WORK_STATE wst) in tls_post_process_server_certificate()
1941 static int tls_process_ske_psk_preamble(SSL *s, PACKET *pkt) in tls_process_ske_psk_preamble()
1980 static int tls_process_ske_srp(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp()
2025 static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe()
2121 static int tls_process_ske_ecdhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_ecdhe()
2179 MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt) in tls_process_key_exchange()
2335 MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt) in tls_process_certificate_request()
2454 MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt) in tls_process_new_session_ticket()
2633 int tls_process_cert_status_body(SSL *s, PACKET *pkt) in tls_process_cert_status_body()
2664 MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt) in tls_process_cert_status()
2680 int tls_process_initial_server_flight(SSL *s) in tls_process_initial_server_flight()
2724 MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt) in tls_process_server_done()
2748 static int tls_construct_cke_psk_preamble(SSL *s, WPACKET *pkt) in tls_construct_cke_psk_preamble()
2825 static int tls_construct_cke_rsa(SSL *s, WPACKET *pkt) in tls_construct_cke_rsa()
2905 static int tls_construct_cke_dhe(SSL *s, WPACKET *pkt) in tls_construct_cke_dhe()
2968 static int tls_construct_cke_ecdhe(SSL *s, WPACKET *pkt) in tls_construct_cke_ecdhe()
3012 static int tls_construct_cke_gost(SSL *s, WPACKET *pkt) in tls_construct_cke_gost()
3123 int ossl_gost18_cke_cipher_nid(const SSL *s) in ossl_gost18_cke_cipher_nid()
3133 int ossl_gost_ukm(const SSL *s, unsigned char *dgst_buf) in ossl_gost_ukm()
3158 static int tls_construct_cke_gost18(SSL *s, WPACKET *pkt) in tls_construct_cke_gost18()
3255 static int tls_construct_cke_srp(SSL *s, WPACKET *pkt) in tls_construct_cke_srp()
3282 int tls_construct_client_key_exchange(SSL *s, WPACKET *pkt) in tls_construct_client_key_exchange()
3332 int tls_client_key_exchange_post_work(SSL *s) in tls_client_key_exchange_post_work()
3408 static int ssl3_check_client_certificate(SSL *s) in ssl3_check_client_certificate()
3423 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate()
3502 int tls_construct_client_certificate(SSL *s, WPACKET *pkt) in tls_construct_client_certificate()
3538 int ssl3_check_cert_and_algorithm(SSL *s) in ssl3_check_cert_and_algorithm()
3582 int tls_construct_next_proto(SSL *s, WPACKET *pkt) in tls_construct_next_proto()
3602 MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt) in tls_process_hello_req()
3630 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt) in tls_process_encrypted_extensions()
3658 int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey) in ssl_do_client_cert_cb()
3673 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes()
3775 int tls_construct_end_of_early_data(SSL *s, WPACKET *pkt) in tls_construct_end_of_early_data()