Home
last modified time | relevance | path

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

/modules/thrift/src/thrift/transport/
A DTSSLSocket.cpp50 : TSocket(config), server_(false), ctx_(ctx) in TSSLSocket()
58 : TSocket(config), server_(false), ctx_(ctx) in TSSLSocket()
66 : TSocket(socket, config), server_(false), ctx_(ctx) in TSSLSocket()
81 : TSocket(host, port, config), server_(false), ctx_(ctx) in TSSLSocket()
89 : TSocket(host, port, config), server_(false), ctx_(ctx) in TSSLSocket()
130 sizeof(ctx_->verifyMode)); in openSecConnection()
342 ctx_->protocol = IPPROTO_TLS_1_1; in TSSLSocketFactory()
345 ctx_->protocol = IPPROTO_TLS_1_2; in TSSLSocketFactory()
424 ctx_->verifyMode = TLS_PEER_VERIFY_REQUIRED; in authenticate()
426 ctx_->verifyMode = TLS_PEER_VERIFY_NONE; in authenticate()
[all …]
A DTSSLSocket.h185 std::shared_ptr<SSLContext> ctx_; variable
334 std::shared_ptr<SSLContext> ctx_;

Completed in 6 milliseconds