Searched refs:kRootCert1Contents (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | grpc_tls_certificate_distributor_test.cc | 41 constexpr const char* kRootCert1Contents = "root_cert_1_contents"; variable 232 distributor_.SetKeyMaterials(kRootCert1Name, kRootCert1Contents, in TEST_F() 250 kCertName1, kRootCert1Contents, in TEST_F() 255 kRootCert1Contents, in TEST_F() 291 distributor_.SetKeyMaterials(kRootCert1Name, kRootCert1Contents, in TEST_F() 295 ::testing::ElementsAre(CredentialInfo(kRootCert1Contents, {}))); in TEST_F() 311 kRootCert1Contents, in TEST_F() 345 distributor_.SetKeyMaterials(kRootCert1Name, kRootCert1Contents, in TEST_F() 349 ::testing::ElementsAre(CredentialInfo(kRootCert1Contents, {}))); in TEST_F() 352 ::testing::ElementsAre(CredentialInfo(kRootCert1Contents, {}))); in TEST_F() [all …]
|