Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dusercertinmem.c94 const char *mykey = in sslctx_function() local
139 kbio = BIO_new_mem_buf((char *)mykey, -1); in sslctx_function()
/external/c-ares/
Dares_init.c822 HKEY mykey; in init_by_resolv_conf() local
846 KEY_READ, &mykey in init_by_resolv_conf()
849 RegOpenKeyEx(mykey, "Interfaces", 0, in init_by_resolv_conf()
851 if (get_res_nt(mykey, NAMESERVER, &line)) in init_by_resolv_conf()
856 else if (get_res_nt(mykey, DHCPNAMESERVER, &line)) in init_by_resolv_conf()
873 RegCloseKey(mykey); in init_by_resolv_conf()
880 KEY_READ, &mykey in init_by_resolv_conf()
884 mykey, NAMESERVER, NULL, &data_type, in init_by_resolv_conf()
893 if (RegQueryValueEx(mykey, NAMESERVER, NULL, &data_type, in init_by_resolv_conf()
903 RegCloseKey(mykey); in init_by_resolv_conf()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch264 + KeyManager[] mykey = null;
595 + mykey = kmf.getKeyManagers();
634 + trustloc_ctx.init(mykey, tm1, null);
640 + trustloc_ctx.init(mykey, null, null);
644 + trustloc_ctx.init(mykey, null, null);
656 + trustall_ctx.init(mykey, trustAllCerts, new
668 + trusturl_ctx.init(mykey, trustUrlCert, new
680 + trustsrv_ctx.init(mykey, trustSrvCert, new
692 + trustone_ctx.init(mykey, trustOneCert, new
736 + if (mykey != null) {
[all …]
Dultravnc-102-JavaViewer-ssl-etc.patch2836 + KeyManager[] mykey = null;
3167 + mykey = kmf.getKeyManagers();
3206 + trustloc_ctx.init(mykey, tm1, null);
3212 + trustloc_ctx.init(mykey, null, null);
3216 + trustloc_ctx.init(mykey, null, null);
3228 + trustall_ctx.init(mykey, trustAllCerts, new
3240 + trusturl_ctx.init(mykey, trustUrlCert, new
3252 + trustsrv_ctx.init(mykey, trustSrvCert, new
3264 + trustone_ctx.init(mykey, trustOneCert, new
3308 + if (mykey != null) {
[all …]
DVncViewer.jarMETA-INF/ META-INF/MANIFEST.MF AuthPanel.class AuthPanel.java package AuthPanel ...
DSignedVncViewer.jarMETA-INF/MANIFEST.MF META-INF/SWKEY.SF META-INF/SWKEY ...
DUltraViewerSSL.jarMETA-INF/ META-INF/MANIFEST.MF AuthPanel.class AuthPanel.java package AuthPanel ...
DSignedUltraViewerSSL.jarMETA-INF/MANIFEST.MF META-INF/SWKEY.SF META-INF/SWKEY ...