Home | History | Annotate | Download | only in base

Lines Matching full:dtls

227       bool dtls,
243 dtls_(dtls),
851 // Basic tests: DTLS
907 // Test DTLS-SRTP with all high ciphers
925 // Test DTLS-SRTP with all low ciphers
944 // Test DTLS-SRTP with a mismatch -- should not converge
961 // Test DTLS-SRTP with each side being mixed -- should select high
1067 // Test getting the used DTLS ciphers.
1068 // DTLS 1.2 enabled for neither client nor server -> DTLS 1.0 will be used.
1086 // Test getting the used DTLS 1.2 ciphers.
1087 // DTLS 1.2 enabled for client and server -> DTLS 1.2 will be used.
1105 // DTLS 1.2 enabled for client only -> DTLS 1.0 will be used.
1123 // DTLS 1.2 enabled for server only -> DTLS 1.0 will be used.