Searched refs:SSL_CONNECTION_IS_DTLS (Results 1 – 14 of 14) sorted by relevance
384 if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) { in state_machine()414 if (SSL_CONNECTION_IS_DTLS(s)) { in state_machine()457 if (!SSL_CONNECTION_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(ssl))) in state_machine()514 if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) { in state_machine()621 if (SSL_CONNECTION_IS_DTLS(s)) { in read_state_machine()656 if (!SSL_CONNECTION_IS_DTLS(s) in read_state_machine()668 if (SSL_CONNECTION_IS_DTLS(s)) { in read_state_machine()698 if (SSL_CONNECTION_IS_DTLS(s)) { in read_state_machine()730 if (SSL_CONNECTION_IS_DTLS(s)) { in read_state_machine()754 if (SSL_CONNECTION_IS_DTLS(s)) in statem_do_write()[all …]
178 negotiated_minversion = SSL_CONNECTION_IS_DTLS(s) ? in tls_setup_handshake()201 int cipher_minprotover = SSL_CONNECTION_IS_DTLS(s) in tls_setup_handshake()241 if (SSL_CONNECTION_IS_DTLS(s)) in tls_setup_handshake()788 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_process_change_cipher_spec()815 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_process_change_cipher_spec()1419 if (!SSL_CONNECTION_IS_DTLS(s) in tls_finish_handshake()1498 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_finish_handshake()1799 int dtls = SSL_CONNECTION_IS_DTLS(s); in ssl_version_cmp()2115 } else if (!SSL_CONNECTION_IS_DTLS(s) in check_for_downgrade()2377 } else if (!SSL_CONNECTION_IS_DTLS(s) in ssl_choose_client_version()[all …]
197 if (!SSL_CONNECTION_IS_DTLS(s) in ossl_statem_client13_read_transition()255 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_client_read_transition()287 if (SSL_CONNECTION_IS_DTLS(s) in ossl_statem_client_read_transition()724 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_client_pre_work()751 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_client_pre_work()826 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_client_post_work()949 if (SSL_CONNECTION_IS_DTLS(s)) in ossl_statem_client_construct_message()1200 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_construct_client_hello()1292 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_construct_client_hello()3612 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_client_key_exchange_post_work()[all …]
758 if (SSL_CONNECTION_IS_DTLS(s)) in ossl_statem_server_pre_work()764 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_server_pre_work()772 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_server_pre_work()802 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_server_pre_work()825 if (SSL_CONNECTION_IS_DTLS(s)) { in ossl_statem_server_pre_work()919 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in ossl_statem_server_post_work()1105 if (SSL_CONNECTION_IS_DTLS(s)) in ossl_statem_server_construct_message()1610 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_process_client_hello()1757 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_early_post_process_client_hello()1975 && !SSL_CONNECTION_IS_DTLS(s) in tls_early_post_process_client_hello()[all …]
453 if (SSL_CONNECTION_IS_DTLS(s)) { in validate_context()570 if ((SSL_CONNECTION_IS_DTLS(s) in extension_is_relevant()836 && (SSL_CONNECTION_IS_DTLS(s) || max_version < TLS1_3_VERSION))) in should_add_extension()
26 if (!SSL_CONNECTION_IS_DTLS(s) in tls_construct_ctos_renegotiate()233 && (SSL_CONNECTION_IS_DTLS(s) || max_version < TLS1_3_VERSION)) in tls_construct_ctos_supported_groups()
80 SSL_CONNECTION_IS_DTLS(rl->s) in RECORD_LAYER_reset()88 SSL_CONNECTION_IS_DTLS(rl->s) in RECORD_LAYER_reset()181 if (SSL_CONNECTION_IS_DTLS(sc)) { in ssl3_pending()1123 if (SSL_CONNECTION_IS_DTLS(rl->s)) in RECORD_LAYER_is_sslv2_record()1184 if (SSL_CONNECTION_IS_DTLS(s)) in ssl_select_next_record_layer()1372 if (SSL_CONNECTION_IS_DTLS(s) in ssl_set_new_record_layer()1377 if (SSL_CONNECTION_IS_DTLS(s)) in ssl_set_new_record_layer()1389 if (SSL_CONNECTION_IS_DTLS(s) in ssl_set_new_record_layer()1458 if (!SSL_CONNECTION_IS_DTLS(s) in ssl_set_new_record_layer()
1018 if (SSL_CONNECTION_IS_DTLS(sc)) { in ssl_print_client_hello()1612 if (SSL_CONNECTION_IS_DTLS(sc)) { in ssl_print_handshake()1740 if (msglen < (size_t)(SSL_CONNECTION_IS_DTLS(sc) ? in SSL_trace()1750 if (SSL_CONNECTION_IS_DTLS(sc)) { in SSL_trace()
861 group_minversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->mindtls : ginfo->mintls; in tls_valid_group()862 group_maxversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->maxdtls : ginfo->maxtls; in tls_valid_group()873 if (!SSL_CONNECTION_IS_DTLS(s)) { in tls_valid_group()971 minversion = SSL_CONNECTION_IS_DTLS(s) in tls1_shared_group()973 maxversion = SSL_CONNECTION_IS_DTLS(s) in tls1_shared_group()2211 int minversion = SSL_CONNECTION_IS_DTLS(s) ? c->min_dtls : c->min_tls; in ssl_cipher_disabled()2212 int maxversion = SSL_CONNECTION_IS_DTLS(s) ? c->max_dtls : c->max_tls; in ssl_cipher_disabled()2654 if (!s->server && !SSL_CONNECTION_IS_DTLS(s) in tls12_sigalg_allowed()
254 # define SSL_CONNECTION_IS_DTLS(s) \ macro258 # define SSL_CONNECTION_IS_TLS13(s) (!SSL_CONNECTION_IS_DTLS(s) \290 ((!SSL_CONNECTION_IS_DTLS(s) && s->client_version >= TLS1_2_VERSION) || \291 (SSL_CONNECTION_IS_DTLS(s) && DTLS_VERSION_GE(s->client_version, DTLS1_2_VERSION)))
231 if (SSL_CONNECTION_IS_DTLS(s)) in tls1_change_cipher_state()
1253 if (!SSL_CONNECTION_IS_DTLS(sc)) { in ssl_security_default_callback()
954 return SSL_CONNECTION_IS_DTLS(sc) ? 1 : 0; in SSL_is_dtls()969 return SSL_CONNECTION_IS_DTLS(sc) ? 0 : 1; in SSL_is_tls()1926 if (SSL_CONNECTION_IS_DTLS(sc)) { in SSL_has_pending()7498 if (sc != NULL && SSL_CONNECTION_IS_DTLS(sc)) in SSL_handle_events()7522 if (sc != NULL && SSL_CONNECTION_IS_DTLS(sc) in SSL_get_event_timeout()
4350 minversion = SSL_CONNECTION_IS_DTLS(s) ? c->min_dtls : c->min_tls; in ssl3_choose_cipher()4351 maxversion = SSL_CONNECTION_IS_DTLS(s) ? c->max_dtls : c->max_tls; in ssl3_choose_cipher()
Completed in 110 milliseconds