Searched defs:SSL_OP_NO_TLSv1_1 (Results 1 – 4 of 4) sorted by relevance
34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument
131 pub const SSL_OP_NO_TLSv1_1: ssl_op_type!() = 0x10000000; constant
380 # define SSL_OP_NO_TLSv1_1 0x10000000U macro
398 # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28) macro