Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c143 VALUE pem_cert_chain = Qnil; in grpc_rb_channel_credentials_init() local
154 &pem_cert_chain); in grpc_rb_channel_credentials_init()
161 if (pem_private_key == Qnil && pem_cert_chain == Qnil) { in grpc_rb_channel_credentials_init()
165 key_cert_pair.cert_chain = RSTRING_PTR(pem_cert_chain); in grpc_rb_channel_credentials_init()
176 rb_ivar_set(self, id_pem_cert_chain, pem_cert_chain); in grpc_rb_channel_credentials_init()
/external/grpc-grpc/src/php/ext/grpc/
Dserver_credentials.c94 ZEND_ARG_INFO(0, pem_cert_chain)
Dchannel_credentials.c223 ZEND_ARG_INFO(0, pem_cert_chain)
/external/grpc-grpc/test/cpp/util/
Dcli_credentials.cc122 ssl_creds_options.pem_cert_chain = in GetChannelCredentials()
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h109 grpc::string pem_cert_chain; member
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h165 grpc::string pem_cert_chain; member
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h165 grpc::string pem_cert_chain; member
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc82 options.pem_private_key.c_str(), options.pem_cert_chain.c_str()}; in SslCredentials()
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc128 options.pem_private_key.c_str(), options.pem_cert_chain.c_str()}; in SslCredentials()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc509 const char* pem_cert_chain, in ssl_ctx_use_certificate_chain() argument
515 pem = BIO_new_mem_buf((void*)pem_cert_chain, in ssl_ctx_use_certificate_chain()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc550 const char* pem_cert_chain, in ssl_ctx_use_certificate_chain() argument
556 pem = BIO_new_mem_buf(pem_cert_chain, static_cast<int>(pem_cert_chain_size)); in ssl_ctx_use_certificate_chain()