Searched refs:serverKey (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A Dremote.tcl40 catch {puts $fd "skey: $serverKey"}
177 set serverKey [file join $certsDir server.key]
180 -cafile $caCert -certfile $serverCert -keyfile $serverKey \
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl59 set serverKey "HKEY_LOCAL_MACHINE\\Software\\JPNIC\\IDN"
326 global serverKey serverLogLevel serverLogLevelDef
327 regGetValue $serverKey $serverLogLevel $serverLogLevelDef
331 global serverKey serverLogLevel
332 regSetValue $serverKey $serverLogLevel $level dword
336 global serverKey serverLogFile serverLogFileDef
337 set file [regGetValue $serverKey $serverLogFile $serverLogFileDef]
351 global serverKey serverLogFile
352 regSetValue $serverKey $serverLogFile [file nativename $file]
356 global serverKey serverConfFil
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c2271 SECKEYPrivateKey *serverKey; local
2293 &serverCert, &serverKey ) ) {
2298 SECKEY_DestroyPrivateKey( serverKey );
2304 status = SSL_ConfigSecureServer( ctx->tc_model, serverCert, serverKey, certKEA );
2307 SECKEY_DestroyPrivateKey( serverKey );

Completed in 324 milliseconds