Home
last modified time | relevance | path

Searched refs:pem_cert_chain (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c149 VALUE pem_cert_chain = Qnil; in grpc_rb_channel_credentials_init() local
158 &pem_cert_chain); in grpc_rb_channel_credentials_init()
165 if (pem_private_key == Qnil && pem_cert_chain == Qnil) { in grpc_rb_channel_credentials_init()
173 if (pem_cert_chain == Qnil) { in grpc_rb_channel_credentials_init()
178 key_cert_pair.cert_chain = RSTRING_PTR(pem_cert_chain); in grpc_rb_channel_credentials_init()
189 rb_ivar_set(self, id_pem_cert_chain, pem_cert_chain); in grpc_rb_channel_credentials_init()
/third_party/grpc/src/php/ext/grpc/
Dserver_credentials.c99 ZEND_ARG_INFO(0, pem_cert_chain)
Dchannel_credentials.c294 ZEND_ARG_INFO(0, pem_cert_chain)
/third_party/grpc/test/cpp/util/
Dcli_credentials.cc126 ssl_creds_options.pem_cert_chain = in GetChannelCredentials()
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h148 std::string pem_cert_chain; member
Dcredentials.h165 grpc::string pem_cert_chain; member
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc124 options.pem_private_key.c_str(), options.pem_cert_chain.c_str()}; in SslCredentials()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc547 const char* pem_cert_chain, in ssl_ctx_use_certificate_chain() argument
553 pem = BIO_new_mem_buf(pem_cert_chain, static_cast<int>(pem_cert_chain_size)); in ssl_ctx_use_certificate_chain()