Home
last modified time | relevance | path

Searched refs:tsi_ssl_server_handshaker_factory (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/core/tsi/
Dssl_transport_security.h206 typedef struct tsi_ssl_server_handshaker_factory
207 tsi_ssl_server_handshaker_factory; typedef
236 tsi_ssl_server_handshaker_factory** factory);
250 uint16_t num_alpn_protocols, tsi_ssl_server_handshaker_factory** factory);
312 tsi_ssl_server_handshaker_factory** factory);
321 tsi_ssl_server_handshaker_factory* factory, tsi_handshaker** handshaker);
326 tsi_ssl_server_handshaker_factory* factory);
Dssl_transport_security.cc100 struct tsi_ssl_server_handshaker_factory { struct
1731 tsi_ssl_server_handshaker_factory* factory, tsi_handshaker** handshaker) { in tsi_ssl_server_handshaker_factory_create_handshaker()
1740 tsi_ssl_server_handshaker_factory* factory) { in tsi_ssl_server_handshaker_factory_unref()
1748 tsi_ssl_server_handshaker_factory* self = in tsi_ssl_server_handshaker_factory_destroy()
1749 reinterpret_cast<tsi_ssl_server_handshaker_factory*>(factory); in tsi_ssl_server_handshaker_factory_destroy()
1809 tsi_ssl_server_handshaker_factory* impl = in ssl_server_handshaker_factory_servername_callback()
1810 static_cast<tsi_ssl_server_handshaker_factory*>(arg); in ssl_server_handshaker_factory_servername_callback()
1832 tsi_ssl_server_handshaker_factory* factory = in server_handshaker_factory_alpn_callback()
1833 static_cast<tsi_ssl_server_handshaker_factory*>(arg); in server_handshaker_factory_alpn_callback()
1842 tsi_ssl_server_handshaker_factory* factory = in server_handshaker_factory_npn_advertised_callback()
[all …]
/third_party/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc223 const tsi_ssl_server_handshaker_factory* server_handshaker_factory() const { in server_handshaker_factory()
351 tsi_ssl_server_handshaker_factory* new_handshaker_factory = nullptr; in try_replace_server_handshaker_factory()
383 tsi_ssl_server_handshaker_factory* new_factory) { in set_server_handshaker_factory()
391 tsi_ssl_server_handshaker_factory* server_handshaker_factory_ = nullptr;
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.h166 tsi_ssl_server_handshaker_factory* ServerHandshakerFactoryForTesting() { in ServerHandshakerFactoryForTesting()
211 tsi_ssl_server_handshaker_factory* server_handshaker_factory_ = nullptr;
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.h101 tsi_ssl_server_handshaker_factory** handshaker_factory);
Dssl_utils.cc447 tsi_ssl_server_handshaker_factory** handshaker_factory) { in grpc_ssl_tsi_server_handshaker_factory_init()
/third_party/grpc/test/core/tsi/
Dssl_transport_security_test.cc101 tsi_ssl_server_handshaker_factory* server_handshaker_factory;
813 tsi_ssl_server_handshaker_factory* server_handshaker_factory; in test_tsi_ssl_server_handshaker_factory_refcounting()