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

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.h173 bool match_certfile(const X509 *, const char *);
H A Dtls.c560 match_certfile(const X509 *cert1, const char *certfilename) function
575 DPRINTF((D_TLS|D_CALL), "match_certfile(cert@%p, file \"%s\") "
769 if (match_certfile(cur_cert, cred->data))
794 else if (match_certfile(cur_cert, conn_info->certfile))

Completed in 120 milliseconds