/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | security_connector.h | 114 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 …]
|
D | local_security_connector.cc | 42 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()
|
D | alts_security_connector.cc | 38 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()
|
D | security_connector.cc | 122 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 …]
|
D | local_security_connector.h | 43 grpc_channel_security_connector** sc);
|
D | alts_security_connector.h | 44 grpc_channel_security_connector** sc);
|
/external/grpc-grpc/src/core/lib/http/ |
D | httpcli_security_connector.cc | 37 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/ |
D | credentials.h | 99 grpc_channel_security_connector** sc, grpc_channel_args** new_args); 121 const grpc_channel_args* args, grpc_channel_security_connector** sc,
|
D | credentials.cc | 126 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/ |
D | client_auth_filter.cc | 66 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()
|
D | security_handshaker.cc | 479 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/ |
D | local_credentials.cc | 39 const grpc_channel_args* args, grpc_channel_security_connector** sc, in local_create_security_connector()
|
/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
D | alts_credentials.cc | 53 const grpc_channel_args* args, grpc_channel_security_connector** sc, in alts_create_security_connector()
|
/external/grpc-grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.cc | 38 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/ |
D | secure_channel_create.cc | 113 grpc_channel_security_connector* subchannel_security_connector = nullptr; in get_secure_naming_subchannel_args()
|
/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 79 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/ |
D | composite_credentials.cc | 216 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/ |
D | ssl_credentials.cc | 60 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in ssl_create_security_connector()
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 422 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()
|