Home
last modified time | relevance | path

Searched defs:key_cert_pair (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/cpp/server/
Dsecure_server_credentials.cc111 for (const auto& key_cert_pair : options.pem_key_cert_pairs) { in SslServerCredentials() local
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c152 grpc_ssl_pem_key_cert_pair key_cert_pair; in grpc_rb_channel_credentials_init() local
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1035 grpc_ssl_pem_key_cert_pair key_cert_pair; in grpcsharp_ssl_credentials_create() local
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc792 SSL_CTX* context, const tsi_ssl_pem_key_cert_pair* key_cert_pair, in populate_ssl_context()