Searched refs:rpctls_verify_capath (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.h63 extern const char *rpctls_verify_capath;
H A Drpc.tlsservd.c91 const char *rpctls_verify_capath = NULL; variable
206 rpctls_verify_capath = optarg;
242 rpctls_verify_capath == NULL)
246 (rpctls_verify_cafile == NULL && rpctls_verify_capath == NULL)))
253 (rpctls_verify_cafile == NULL && rpctls_verify_capath == NULL)))
603 rpctls_verify_capath != NULL) {
618 if (ret != 0 && rpctls_verify_capath != NULL)
620 rpctls_verify_capath);
623 rpctls_verify_cafile, rpctls_verify_capath);
H A Drpc.tlscommon.c136 rpctls_verify_capath != NULL) &&
175 rpctls_verify_capath == NULL))
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c87 const char *rpctls_verify_capath = NULL; variable
176 rpctls_verify_capath = optarg;
196 rpctls_verify_capath == NULL)
532 if (rpctls_verify_cafile != NULL || rpctls_verify_capath != NULL) {
547 if (ret != 0 && rpctls_verify_capath != NULL)
549 rpctls_verify_capath);
552 rpctls_verify_cafile, rpctls_verify_capath);
671 rpctls_verify_capath != NULL) && (gethostret == 0 ||
675 rpctls_verify_capath != NULL)) {
717 rpctls_verify_capath !
[all...]

Completed in 108 milliseconds