Searched refs:SSL_OP_NO_DTLSv1_2 (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_lib.c2715 if (!(s->options & SSL_OP_NO_DTLSv1_2) && DTLS1_2_VERSION >= max_version) {
2749 if (client_version <= DTLS1_2_VERSION && !(s->options & SSL_OP_NO_DTLSv1_2)) {
2804 if (!(options & SSL_OP_NO_DTLSv1_2)) {
2807 if (!(options & SSL_OP_NO_DTLSv1) && (options & SSL_OP_NO_DTLSv1_2)) {
2848 return !(s->options & SSL_OP_NO_DTLSv1_2);
/external/boringssl/include/openssl/
H A Dssl.h368 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2 macro
/external/boringssl/src/include/openssl/
H A Dssl.h368 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2 macro

Completed in 99 milliseconds