Searched refs:security_type (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.cc | 110 testing::transport_security security_type, bool use_prod_roots, in CreateTestChannel() argument 114 security_type == testing::ALTS in CreateTestChannel() 116 : (security_type == testing::TLS ? testing::kTlsCredentialsType in CreateTestChannel() 124 testing::transport_security security_type, bool use_prod_roots, in CreateTestChannel() argument 126 return CreateTestChannel(server, override_hostname, security_type, in CreateTestChannel() 132 testing::transport_security security_type, bool use_prod_roots) { in CreateTestChannel() argument 133 return CreateTestChannel(server, override_hostname, security_type, in CreateTestChannel() 139 const grpc::string& server, testing::transport_security security_type) { in CreateTestChannel() argument 140 return CreateTestChannel(server, "foo.test.google.fr", security_type, false); in CreateTestChannel()
|
D | create_test_channel.h | 36 const grpc::string& server, testing::transport_security security_type); 40 testing::transport_security security_type, bool use_prod_roots); 44 testing::transport_security security_type, bool use_prod_roots, 49 testing::transport_security security_type, bool use_prod_roots,
|
/external/grpc-grpc/test/cpp/interop/ |
D | client_helper.cc | 107 transport_security security_type = in CreateChannelForTestCase() local 110 security_type, !FLAGS_use_test_ca, creds); in CreateChannelForTestCase()
|
D | stress_test.cc | 277 transport_security security_type = in main() local 291 *it, FLAGS_server_host_override, security_type, !FLAGS_use_test_ca); in main()
|
/external/rust/crates/libc/src/ |
D | psp.rs | 2397 pub security_type: u32,
|