Lines Matching refs:SSL_CONNECTION_IS_DTLS
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()
410 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()
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()
1325 && (SSL_CONNECTION_IS_DTLS(s) in tls_construct_client_hello()
1752 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in tls_process_server_hello()
3612 if (SSL_CONNECTION_IS_DTLS(s)) { in tls_client_key_exchange_post_work()
4009 if (SSL_CONNECTION_IS_DTLS(s)) in tls_process_hello_req()
4069 && !SSL_CONNECTION_IS_DTLS(s) in ssl_cipher_list_to_bytes()
4121 int minproto = SSL_CONNECTION_IS_DTLS(s) ? c->min_dtls : c->min_tls; in ssl_cipher_list_to_bytes()
4122 int maxproto = SSL_CONNECTION_IS_DTLS(s) ? c->max_dtls : c->max_tls; in ssl_cipher_list_to_bytes()