Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/transport/
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()
74 : TSocket(socket, interruptListener, 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()
111 socket_ = socket(res->ai_family, res->ai_socktype, ctx_->protocol); in openSecConnection()
129 ret = setsockopt(socket_, SOL_TLS, TLS_PEER_VERIFY, &(ctx_->verifyMode), in openSecConnection()
130 sizeof(ctx_->verifyMode)); in openSecConnection()
334 : ctx_(std::make_shared<SSLContext>()), server_(false) in TSSLSocketFactory()
[all …]
DTSSLSocket.h185 std::shared_ptr<SSLContext> ctx_; variable
334 std::shared_ptr<SSLContext> ctx_;
/Zephyr-latest/drivers/modem/
Dmodem_shell.c32 #define ms_send(ctx_, buf_, size_) \ argument
33 (ctx_->iface.write(&ctx_->iface, buf_, size_))
42 #define UART_DEV_NAME(ctx_) (ctx_->uart_dev->name) argument