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()
1374 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt) in tls_process_server_hello()
1707 static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s, in tls_process_as_hello_retry_request()
1767 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt) in tls_process_server_certificate()
1854 WORK_STATE tls_post_process_server_certificate(SSL *s, WORK_STATE wst) in tls_post_process_server_certificate()
1934 static int tls_process_ske_psk_preamble(SSL *s, PACKET *pkt) in tls_process_ske_psk_preamble()
1973 static int tls_process_ske_srp(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp()
2018 static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe()
2114 static int tls_process_ske_ecdhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_ecdhe()
2172 MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt) in tls_process_key_exchange()
2327 MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt) in tls_process_certificate_request()
2446 MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt) in tls_process_new_session_ticket()
2625 int tls_process_cert_status_body(SSL *s, PACKET *pkt) in tls_process_cert_status_body()
2656 MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt) in tls_process_cert_status()
2672 int tls_process_initial_server_flight(SSL *s) in tls_process_initial_server_flight()
2716 MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt) in tls_process_server_done()
2740 static int tls_construct_cke_psk_preamble(SSL *s, WPACKET *pkt) in tls_construct_cke_psk_preamble()
2817 static int tls_construct_cke_rsa(SSL *s, WPACKET *pkt) in tls_construct_cke_rsa()
2897 static int tls_construct_cke_dhe(SSL *s, WPACKET *pkt) in tls_construct_cke_dhe()
2960 static int tls_construct_cke_ecdhe(SSL *s, WPACKET *pkt) in tls_construct_cke_ecdhe()
3004 static int tls_construct_cke_gost(SSL *s, WPACKET *pkt) in tls_construct_cke_gost()
3115 int ossl_gost18_cke_cipher_nid(const SSL *s) in ossl_gost18_cke_cipher_nid()
3125 int ossl_gost_ukm(const SSL *s, unsigned char *dgst_buf) in ossl_gost_ukm()
3150 static int tls_construct_cke_gost18(SSL *s, WPACKET *pkt) in tls_construct_cke_gost18()
3245 static int tls_construct_cke_srp(SSL *s, WPACKET *pkt) in tls_construct_cke_srp()
3272 int tls_construct_client_key_exchange(SSL *s, WPACKET *pkt) in tls_construct_client_key_exchange()
3322 int tls_client_key_exchange_post_work(SSL *s) in tls_client_key_exchange_post_work()
3398 static int ssl3_check_client_certificate(SSL *s) in ssl3_check_client_certificate()
3413 WORK_STATE tls_prepare_client_certificate(SSL *s, WORK_STATE wst) in tls_prepare_client_certificate()
3492 int tls_construct_client_certificate(SSL *s, WPACKET *pkt) in tls_construct_client_certificate()
3528 int ssl3_check_cert_and_algorithm(SSL *s) in ssl3_check_cert_and_algorithm()
3572 int tls_construct_next_proto(SSL *s, WPACKET *pkt) in tls_construct_next_proto()
3592 MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt) in tls_process_hello_req()
3620 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt) in tls_process_encrypted_extensions()
3648 int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey) in ssl_do_client_cert_cb()
3663 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes()
3765 int tls_construct_end_of_early_data(SSL *s, WPACKET *pkt) in tls_construct_end_of_early_data()