Searched refs:SSL_CONNECTION_IS_DTLS (Results 1 – 14 of 14) sorted by relevance
385 if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) { in state_machine()415 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()622 if (SSL_CONNECTION_IS_DTLS(s)) { in read_state_machine()657 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()731 if (SSL_CONNECTION_IS_DTLS(s)) { in read_state_machine()755 if (SSL_CONNECTION_IS_DTLS(s)) in statem_do_write()[all …]
162 int md5sha1_needed_maxversion = SSL_CONNECTION_IS_DTLS(s) in tls_setup_handshake()180 negotiated_minversion = SSL_CONNECTION_IS_DTLS(s) ? DTLS1_2_VERSION : TLS1_2_VERSION; in tls_setup_handshake()202 int cipher_minprotover = SSL_CONNECTION_IS_DTLS(s) in tls_setup_handshake()205 int cipher_maxprotover = SSL_CONNECTION_IS_DTLS(s) in tls_setup_handshake()244 if (SSL_CONNECTION_IS_DTLS(s)) in tls_setup_handshake()798 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_process_change_cipher_spec()825 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_process_change_cipher_spec()1440 if (!SSL_CONNECTION_IS_DTLS(s) in tls_finish_handshake()1520 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_finish_handshake()1822 int dtls = SSL_CONNECTION_IS_DTLS(s); in ssl_version_cmp()[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()409 if (SSL_CONNECTION_IS_DTLS(s) && mt == SSL3_MT_CHANGE_CIPHER_SPEC) { in ossl_statem_client_read_transition()660 if (!SSL_CONNECTION_IS_DTLS(s) && s->s3.npn_seen) in ossl_statem_client_write_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()876 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in ossl_statem_client_post_work()889 if (wst == WORK_MORE_A && SSL_CONNECTION_IS_DTLS(s) && s->hit == 0) { in ossl_statem_client_post_work()[all …]
326 if (SSL_CONNECTION_IS_DTLS(s) && mt == SSL3_MT_CHANGE_CIPHER_SPEC) { in ossl_statem_server_read_transition()648 if (SSL_CONNECTION_IS_DTLS(s) && !s->d1->cookie_verified in ossl_statem_server_write_transition()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()783 if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) { 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()933 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in ossl_statem_server_post_work()1002 if (SSL_CONNECTION_IS_DTLS(s) && !s->hit) { in ossl_statem_server_post_work()[all …]
404 if (SSL_CONNECTION_IS_DTLS(s)) { in validate_context()521 if ((SSL_CONNECTION_IS_DTLS(s) in extension_is_relevant()785 && (SSL_CONNECTION_IS_DTLS(s) || max_version < TLS1_3_VERSION))) in should_add_extension()
27 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()335 if (!SSL_CONNECTION_IS_DTLS(s)) { in tls_construct_ctos_sig_algs()
80 SSL_CONNECTION_IS_DTLS(rl->s) in RECORD_LAYER_reset()89 SSL_CONNECTION_IS_DTLS(rl->s) in RECORD_LAYER_reset()184 if (SSL_CONNECTION_IS_DTLS(sc)) { in ssl3_pending()1131 if (SSL_CONNECTION_IS_DTLS(rl->s)) in RECORD_LAYER_is_sslv2_record()1192 if (SSL_CONNECTION_IS_DTLS(s)) in ssl_select_next_record_layer()1379 if (SSL_CONNECTION_IS_DTLS(s) in ssl_set_new_record_layer()1384 if (SSL_CONNECTION_IS_DTLS(s)) in ssl_set_new_record_layer()1396 if (SSL_CONNECTION_IS_DTLS(s) in ssl_set_new_record_layer()1465 if (!SSL_CONNECTION_IS_DTLS(s) in ssl_set_new_record_layer()
1032 if (SSL_CONNECTION_IS_DTLS(sc)) { in ssl_print_client_hello()1624 if (SSL_CONNECTION_IS_DTLS(sc)) { in ssl_print_handshake()1751 …if (msglen < (size_t)(SSL_CONNECTION_IS_DTLS(sc) ? DTLS1_RT_HEADER_LENGTH : SSL3_RT_HEADER_LENGTH)… in SSL_trace()1760 if (SSL_CONNECTION_IS_DTLS(sc)) { in SSL_trace()
870 group_minversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->mindtls : ginfo->mintls; in tls_valid_group()871 group_maxversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->maxdtls : ginfo->maxtls; in tls_valid_group()882 if (!SSL_CONNECTION_IS_DTLS(s)) { in tls_valid_group()1056 minversion = SSL_CONNECTION_IS_DTLS(s) in tls1_shared_group()1059 maxversion = SSL_CONNECTION_IS_DTLS(s) in tls1_shared_group()2665 if (SSL_CONNECTION_IS_DTLS(sc)) { in tls_sigalg_compat()2909 int minversion = SSL_CONNECTION_IS_DTLS(s) ? c->min_dtls : c->min_tls; in ssl_cipher_disabled()2910 int maxversion = SSL_CONNECTION_IS_DTLS(s) ? c->max_dtls : c->max_tls; in ssl_cipher_disabled()3354 if (!s->server && !SSL_CONNECTION_IS_DTLS(s) in tls12_sigalg_allowed()
232 if (SSL_CONNECTION_IS_DTLS(s)) in tls1_change_cipher_state()
257 #define SSL_CONNECTION_IS_DTLS(s) \ macro265 #define SSL_CONNECTION_IS_TLS13(s) (!SSL_CONNECTION_IS_DTLS(s) \
989 return SSL_CONNECTION_IS_DTLS(sc) ? 1 : 0; in SSL_is_dtls()1004 return SSL_CONNECTION_IS_DTLS(sc) ? 0 : 1; in SSL_is_tls()1956 if (SSL_CONNECTION_IS_DTLS(sc)) { in SSL_has_pending()7579 if (sc != NULL && SSL_CONNECTION_IS_DTLS(sc)) in SSL_handle_events()7603 if (sc != NULL && SSL_CONNECTION_IS_DTLS(sc) in SSL_get_event_timeout()
1265 if (!SSL_CONNECTION_IS_DTLS(sc)) { in ssl_security_default_callback()
4827 minversion = SSL_CONNECTION_IS_DTLS(s) ? c->min_dtls : c->min_tls; in ssl3_choose_cipher()4828 maxversion = SSL_CONNECTION_IS_DTLS(s) ? c->max_dtls : c->max_tls; in ssl3_choose_cipher()