Searched refs:pem_cert_chain (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_channel_credentials.c | 143 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/ |
D | server_credentials.c | 94 ZEND_ARG_INFO(0, pem_cert_chain)
|
D | channel_credentials.c | 223 ZEND_ARG_INFO(0, pem_cert_chain)
|
/external/grpc-grpc/test/cpp/util/ |
D | cli_credentials.cc | 122 ssl_creds_options.pem_cert_chain = in GetChannelCredentials()
|
/external/grpc-grpc/include/grpcpp/security/ |
D | credentials.h | 109 grpc::string pem_cert_chain; member
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/ |
D | credentials.h | 165 grpc::string pem_cert_chain; member
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | credentials.h | 165 grpc::string pem_cert_chain; member
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 82 options.pem_private_key.c_str(), options.pem_cert_chain.c_str()}; in SslCredentials()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.cc | 128 options.pem_private_key.c_str(), options.pem_cert_chain.c_str()}; in SslCredentials()
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 509 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/ |
D | ssl_transport_security.cc | 550 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()
|