Lines Matching refs:SSL_IS_DTLS
298 if (SSL_IS_DTLS(s) && mt == SSL3_MT_CHANGE_CIPHER_SPEC) { in ossl_statem_server_read_transition()
585 if (SSL_IS_DTLS(s) && !s->d1->cookie_verified in ossl_statem_server_write_transition()
693 if (SSL_IS_DTLS(s)) in ossl_statem_server_pre_work()
699 if (SSL_IS_DTLS(s)) { in ossl_statem_server_pre_work()
707 if (SSL_IS_DTLS(s)) { in ossl_statem_server_pre_work()
718 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_server_pre_work()
737 if (SSL_IS_DTLS(s)) { in ossl_statem_server_pre_work()
760 if (SSL_IS_DTLS(s)) { in ossl_statem_server_pre_work()
852 if (SSL_IS_DTLS(s) && s->hit) { in ossl_statem_server_post_work()
918 if (SSL_IS_DTLS(s) && !s->hit) { in ossl_statem_server_post_work()
934 if (SSL_IS_DTLS(s)) in ossl_statem_server_post_work()
947 if (SSL_IS_DTLS(s) && s->hit) { in ossl_statem_server_post_work()
1029 if (SSL_IS_DTLS(s)) in ossl_statem_server_construct_message()
1514 if (SSL_IS_DTLS(s)) { in tls_process_client_hello()
1643 if (!SSL_IS_DTLS(s)) { in tls_early_post_process_client_hello()
1667 if (SSL_IS_DTLS(s)) { in tls_early_post_process_client_hello()
1886 && !SSL_IS_DTLS(s) in tls_early_post_process_client_hello()
3353 if (SSL_IS_DTLS(s)) { in tls_post_process_client_key_exchange()