Searched refs:pem_cert_chain (Results 1 – 8 of 8) sorted by relevance
149 VALUE pem_cert_chain = Qnil; in grpc_rb_channel_credentials_init() local158 &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()
99 ZEND_ARG_INFO(0, pem_cert_chain)
294 ZEND_ARG_INFO(0, pem_cert_chain)
126 ssl_creds_options.pem_cert_chain = in GetChannelCredentials()
148 std::string pem_cert_chain; member
165 grpc::string pem_cert_chain; member
124 options.pem_private_key.c_str(), options.pem_cert_chain.c_str()}; in SslCredentials()
547 const char* pem_cert_chain, in ssl_ctx_use_certificate_chain() argument553 pem = BIO_new_mem_buf(pem_cert_chain, static_cast<int>(pem_cert_chain_size)); in ssl_ctx_use_certificate_chain()