Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dalts_security_connector.cc40 } grpc_alts_channel_security_connector; typedef
50 auto c = reinterpret_cast<grpc_alts_channel_security_connector*>(sc); in alts_channel_destroy()
70 auto c = reinterpret_cast<grpc_alts_channel_security_connector*>(sc); in alts_channel_add_handshakers()
195 grpc_alts_channel_security_connector* c1 = in alts_channel_cmp()
196 reinterpret_cast<grpc_alts_channel_security_connector*>(sc1); in alts_channel_cmp()
197 grpc_alts_channel_security_connector* c2 = in alts_channel_cmp()
198 reinterpret_cast<grpc_alts_channel_security_connector*>(sc2); in alts_channel_cmp()
224 grpc_alts_channel_security_connector* alts_sc = in alts_check_call_host()
225 reinterpret_cast<grpc_alts_channel_security_connector*>(sc); in alts_check_call_host()
250 auto c = static_cast<grpc_alts_channel_security_connector*>( in grpc_alts_channel_security_connector_create()
[all …]