Home
last modified time | relevance | path

Searched defs:CredentialInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/core/security/
Dgrpc_tls_certificate_provider_test.cc63 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest
64 std::string root_certs;
65 PemKeyCertPairList key_cert_pairs;
66 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() argument
68 bool operator==(const CredentialInfo& other) const { in operator ==()
Dgrpc_tls_certificate_distributor_test.cc64 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
65 std::string root_certs;
66 PemKeyCertPairList key_cert_pairs;
67 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() argument
69 bool operator==(const CredentialInfo& other) const { in operator ==()