Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_provider_test.cc62 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest
63 std::string root_certs;
64 PemKeyCertPairList key_cert_pairs;
65 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function
67 bool operator==(const CredentialInfo& other) const { in operator ==()
Dgrpc_tls_certificate_distributor_test.cc65 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
66 std::string root_certs;
67 PemKeyCertPairList key_cert_pairs;
68 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function
70 bool operator==(const CredentialInfo& other) const { in operator ==()
/external/grpc-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.cc65 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
66 std::string root_certs;
67 PemKeyCertPairList key_cert_pairs;
68 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function
70 bool operator==(const CredentialInfo& other) const { in operator ==()
/external/boringssl/src/ssl/test/
Dtest_config.cc640 struct CredentialInfo { struct
648 delete static_cast<CredentialInfo*>(ptr); in CredentialInfoExDataFree() argument