Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/remote/
H A Dremote_driver.h40 #define LIBVIRT_SERVERKEY LIBVIRT_PKI_DIR "/libvirt/private/serverkey.pem" macro
H A Dremote_daemon.c768 privileged ? LIBVIRT_SERVERKEY : "$HOME/.pki/libvirt/serverkey.pem"); in daemonUsage()
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnettlscontext.c48 #define LIBVIRT_SERVERKEY LIBVIRT_PKI_DIR "/libvirt/private/serverkey.pem" macro
842 *key = g_strdup(isServer ? LIBVIRT_SERVERKEY : LIBVIRT_CLIENTKEY); in virNetTLSContextLocateCredentials()