Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c147 const char* pem_root_certs_cstr = NULL; in grpc_rb_channel_credentials_init() local
159 pem_root_certs_cstr = RSTRING_PTR(pem_root_certs); in grpc_rb_channel_credentials_init()
162 creds = grpc_ssl_credentials_create(pem_root_certs_cstr, NULL, NULL, NULL); in grpc_rb_channel_credentials_init()
166 creds = grpc_ssl_credentials_create(pem_root_certs_cstr, &key_cert_pair, in grpc_rb_channel_credentials_init()