Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_provider_test.cc61 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest
62 std::string root_certs;
63 PemKeyCertPairList key_cert_pairs;
64 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function
66 bool operator==(const CredentialInfo& other) const { in operator ==()
Dgrpc_tls_certificate_distributor_test.cc63 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
64 std::string root_certs;
65 PemKeyCertPairList key_cert_pairs;
66 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function
68 bool operator==(const CredentialInfo& other) const { in operator ==()