Home
last modified time | relevance | path

Searched refs:SSLTLS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h29 SSLTLS = 0, // Supports SSLv2 and SSLv3 handshake but only negotiates at TLSv1_0 or later. enumerator
222 TSSLSocketFactory(SSLProtocol protocol = SSLTLS);
DTSSLSocket.cpp337 case SSLTLS: in TSSLSocketFactory()