Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h114 typedef struct grpc_channel_security_connector grpc_channel_security_connector; typedef
116 struct grpc_channel_security_connector { struct
120 bool (*check_call_host)(grpc_channel_security_connector* sc, const char* host, argument
124 void (*cancel_check_call_host)(grpc_channel_security_connector* sc, argument
127 void (*add_handshakers)(grpc_channel_security_connector* sc, argument
132 int grpc_channel_security_connector_cmp(grpc_channel_security_connector* sc1,
133 grpc_channel_security_connector* sc2);
140 grpc_channel_security_connector* sc, const char* host,
148 grpc_channel_security_connector* sc, grpc_closure* on_call_host_checked,
153 grpc_channel_security_connector* connector,
[all …]
Dlocal_security_connector.cc42 grpc_channel_security_connector base;
71 grpc_channel_security_connector* sc, in local_channel_add_handshakers()
148 static bool local_check_call_host(grpc_channel_security_connector* sc, in local_check_call_host()
163 static void local_cancel_check_call_host(grpc_channel_security_connector* sc, in local_cancel_check_call_host()
173 grpc_channel_security_connector** sc) { in grpc_local_channel_security_connector_create()
Dalts_security_connector.cc38 grpc_channel_security_connector base;
67 grpc_channel_security_connector* sc, in alts_channel_add_handshakers()
219 static bool alts_check_call_host(grpc_channel_security_connector* sc, in alts_check_call_host()
234 static void alts_cancel_check_call_host(grpc_channel_security_connector* sc, in alts_cancel_check_call_host()
243 grpc_channel_security_connector** sc) { in grpc_alts_channel_security_connector_create()
Dsecurity_connector.cc122 grpc_channel_security_connector* connector, in grpc_channel_security_connector_add_handshakers()
159 int grpc_channel_security_connector_cmp(grpc_channel_security_connector* sc1, in grpc_channel_security_connector_cmp()
160 grpc_channel_security_connector* sc2) { in grpc_channel_security_connector_cmp()
185 grpc_channel_security_connector* sc, const char* host, in grpc_channel_security_connector_check_call_host()
198 grpc_channel_security_connector* sc, grpc_closure* on_call_host_checked, in grpc_channel_security_connector_cancel_check_call_host()
317 grpc_channel_security_connector base;
475 static bool fake_channel_check_call_host(grpc_channel_security_connector* sc,
516 grpc_channel_security_connector* sc, grpc_closure* on_call_host_checked,
522 grpc_channel_security_connector* sc,
544 grpc_channel_security_connector* grpc_fake_channel_security_connector_create(
[all …]
Dlocal_security_connector.h43 grpc_channel_security_connector** sc);
Dalts_security_connector.h44 grpc_channel_security_connector** sc);
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc37 grpc_channel_security_connector base;
53 static void httpcli_ssl_add_handshakers(grpc_channel_security_connector* sc, in httpcli_ssl_add_handshakers()
104 const char* secure_peer_name, grpc_channel_security_connector** sc) { in httpcli_ssl_channel_security_connector_create()
186 grpc_channel_security_connector* sc = nullptr; in ssl_handshake()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.h99 grpc_channel_security_connector** sc, grpc_channel_args** new_args);
121 const grpc_channel_args* args, grpc_channel_security_connector** sc,
Dcredentials.cc126 const grpc_channel_args* args, grpc_channel_security_connector** sc, in grpc_channel_credentials_create_security_connector()
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc66 grpc_channel_security_connector* security_connector;
389 reinterpret_cast<grpc_channel_security_connector*>( in init_channel_elem()
400 grpc_channel_security_connector* sc = chand->security_connector; in destroy_channel_elem()
Dsecurity_handshaker.cc479 grpc_channel_security_connector* security_connector = in client_handshaker_factory_add_handshakers()
480 reinterpret_cast<grpc_channel_security_connector*>( in client_handshaker_factory_add_handshakers()
/external/grpc-grpc/src/core/lib/security/credentials/local/
Dlocal_credentials.cc39 const grpc_channel_args* args, grpc_channel_security_connector** sc, in local_create_security_connector()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dalts_credentials.cc53 const grpc_channel_args* args, grpc_channel_security_connector** sc, in alts_create_security_connector()
/external/grpc-grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.cc38 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in fake_transport_security_create_security_connector()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc113 grpc_channel_security_connector* subchannel_security_connector = nullptr; in get_secure_naming_subchannel_args()
/external/grpc-grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc79 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in google_default_create_security_connector()
/external/grpc-grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc216 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in composite_channel_create_security_connector()
/external/grpc-grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc60 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in ssl_create_security_connector()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc422 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in check_channel_oauth2_create_security_connector()
488 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in check_channel_oauth2_google_iam_create_security_connector()