Home
last modified time | relevance | path

Searched refs:kClientKeyPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dssl_credentials_test.cc45 constexpr char kClientKeyPath[] = "src/core/tsi/test_creds/client.key"; variable
128 std::string client_key = grpc_core::testing::GetFileContents(kClientKeyPath); in TEST_F()
154 std::string client_key = grpc_core::testing::GetFileContents(kClientKeyPath); in TEST_F()
187 std::string client_key = grpc_core::testing::GetFileContents(kClientKeyPath); in TEST_F()
H A Dgrpc_authz_end2end_test.cc49 constexpr char kClientKeyPath[] = variable
80 {grpc_core::testing::GetFileContents(kClientKeyPath), in GrpcAuthzEnd2EndTest()
H A Dchannelz_service_test.cc135 constexpr char kClientKeyPath[] = "src/core/tsi/test_creds/client.key"; variable
144 {GetFileContents(kClientKeyPath), GetFileContents(kClientCertPath)}}; in GetChannelCredentials()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test.cc145 constexpr char kClientKeyPath[] = "src/core/tsi/test_creds/client.key"; variable
289 kClientKeyPath)); in SetUp()
298 identity_pair_ = ReadTlsIdentityPair(kClientKeyPath, kClientCertPath); in SetUp()
919 kClientKeyPath)); in SetUp()
931 identity_pair_2_ = ReadTlsIdentityPair(kClientKeyPath, kClientCertPath); in SetUp()