Searched refs:rpctls_cert (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.h65 extern bool rpctls_cert;
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c89 bool rpctls_cert = false; variable
173 rpctls_cert = true;
499 * If rpctls_cert is true, a certificate and key exists in
502 if (rpctls_cert) {
611 * If rpctls_cert is true and certname is set, a alternate certificate
615 if (rpctls_cert && certlen > 0) {

Completed in 113 milliseconds