Searched refs:ServerHandshakerFactoryForTesting (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | tls_security_connector_test.cc | 350 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 356 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 388 EXPECT_NE(tls_identity_connector->ServerHandshakerFactoryForTesting(), in TEST_F() 394 EXPECT_NE(tls_identity_connector->ServerHandshakerFactoryForTesting(), in TEST_F() 425 EXPECT_EQ(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 430 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 458 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 469 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F()
|
D | grpc_tls_credentials_options_test.cc | 154 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 173 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 192 EXPECT_EQ(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 297 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 316 EXPECT_NE(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 335 EXPECT_EQ(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F() 352 EXPECT_EQ(tls_connector->ServerHandshakerFactoryForTesting(), nullptr); in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/ |
D | tls_security_connector.h | 166 tsi_ssl_server_handshaker_factory* ServerHandshakerFactoryForTesting() { in ServerHandshakerFactoryForTesting() function
|