Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc127 tsi_handshaker* tsi_hs = nullptr; in add_handshakers() local
132 &tsi_hs); in add_handshakers()
139 handshake_mgr->Add(grpc_core::SecurityHandshakerCreate(tsi_hs, this, args)); in add_handshakers()
281 tsi_handshaker* tsi_hs = nullptr; in add_handshakers() local
283 server_handshaker_factory_, &tsi_hs); in add_handshakers()
290 handshake_mgr->Add(grpc_core::SecurityHandshakerCreate(tsi_hs, this, args)); in add_handshakers()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc177 tsi_handshaker* tsi_hs = nullptr; in add_handshakers() local
182 &tsi_hs); in add_handshakers()
189 handshake_mgr->Add(SecurityHandshakerCreate(tsi_hs, this, args)); in add_handshakers()
554 tsi_handshaker* tsi_hs = nullptr; in add_handshakers() local
556 server_handshaker_factory_, &tsi_hs); in add_handshakers()
563 handshake_mgr->Add(SecurityHandshakerCreate(tsi_hs, this, args)); in add_handshakers()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc676 tsi_handshaker* tsi_hs = nullptr; local
681 &tsi_hs);
689 handshake_mgr, grpc_security_handshaker_create(tsi_hs, &sc->base));
787 tsi_handshaker* tsi_hs = nullptr; local
789 c->server_handshaker_factory, &tsi_hs);
797 handshake_mgr, grpc_security_handshaker_create(tsi_hs, &sc->base));