Lines Matching defs:dtls
1443 * RFC6083: SCTP provides a reliable and in-sequence transport service for DTLS
1444 * messages that require it. Therefore, DTLS procedures for retransmissions
1446 * Hence the init_buf can be cleared when DTLS over SCTP as transport is used.
1452 * We don't do this in DTLS over UDP because we may still need the init_buf
1813 * SSL/TLS/DTLS version comparison
1822 int dtls = SSL_CONNECTION_IS_DTLS(s);
1826 if (!dtls)
2091 /* We support client side pre-standardisation version of DTLS */
2101 * Restrict DTLS methods to DTLS protocol versions.
2102 * Note, DTLS version numbers are decreasing, use comparison macros.