Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/cpp/ext/
H A Dchaotic_good.h26 std::shared_ptr<ServerCredentials> ChaoticGoodInsecureServerCredentials();
H A Dchaotic_good.cc64 std::shared_ptr<ServerCredentials> ChaoticGoodInsecureServerCredentials() { in ChaoticGoodInsecureServerCredentials() function
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_fullstack_unary_ping_pong_chaotic_good.cc39 b.AddListeningPort(address, ChaoticGoodInsecureServerCredentials()); in ChaoticGoodFixture()