Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc152 if (client_handshaker_factory_ != nullptr) { in ~TlsChannelSecurityConnector()
153 tsi_ssl_client_handshaker_factory_unref(client_handshaker_factory_); in ~TlsChannelSecurityConnector()
164 if (client_handshaker_factory_ != nullptr) { in add_handshakers()
168 client_handshaker_factory_, in add_handshakers()
373 if (client_handshaker_factory_ != nullptr) { in UpdateHandshakerFactoryLocked()
374 tsi_ssl_client_handshaker_factory_unref(client_handshaker_factory_); in UpdateHandshakerFactoryLocked()
392 &client_handshaker_factory_); in UpdateHandshakerFactoryLocked()
Dtls_security_connector.h74 return client_handshaker_factory_; in ClientHandshakerFactoryForTesting()
135 tsi_ssl_client_handshaker_factory* client_handshaker_factory_ = nullptr; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc87 tsi_ssl_client_handshaker_factory_unref(client_handshaker_factory_); in ~grpc_ssl_channel_security_connector()
113 &options, &client_handshaker_factory_); in InitializeHandshakerFactory()
129 client_handshaker_factory_, in add_handshakers()
200 tsi_ssl_client_handshaker_factory* client_handshaker_factory_; member in __anonadc685f50111::grpc_ssl_channel_security_connector