Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dtls_security_connector_test.cc350 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()
Dgrpc_tls_credentials_options_test.cc154 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/
Dtls_security_connector.h166 tsi_ssl_server_handshaker_factory* ServerHandshakerFactoryForTesting() { in ServerHandshakerFactoryForTesting() function