Home
last modified time | relevance | path

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

/third_party/weston/include/libweston/
Dbackend-rdp.h63 char *rdp_key; member
/third_party/weston/libweston/backend-rdp/
Drdp.c131 char *rdp_key; member
701 free(b->rdp_key); in rdp_destroy()
1299 if (b->rdp_key) in rdp_peer_init()
1300 settings->RdpKeyFile = strdup(b->rdp_key); in rdp_peer_init()
1392 b->rdp_key = config->rdp_key ? strdup(config->rdp_key) : NULL; in rdp_backend_create()
1461 free(b->rdp_key); in rdp_backend_create()
1473 config->rdp_key = NULL; in config_init_to_defaults()
1505 if (!config.rdp_key && (!config.server_cert || !config.server_key)) { in weston_backend_init()
/third_party/weston/compositor/
Dmain.c2780 config->rdp_key = NULL; in weston_rdp_backend_config_init()
2808 { WESTON_OPTION_STRING, "rdp4-key", 0, &config.rdp_key }, in load_rdp_backend()
2822 free(config.rdp_key); in load_rdp_backend()