HomeSort by: relevance | last modified time | path
    Searched defs:match_certfile (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.c 564 match_certfile(const X509 *cert1, const char *certfilename) function in typeref:typename:bool
579 DPRINTF((D_TLS|D_CALL), "match_certfile(cert@%p, file \"%s\") "
775 if (match_certfile(cur_cert, cred->data))
800 else if (match_certfile(cur_cert, conn_info->certfile))
tls.c 564 match_certfile(const X509 *cert1, const char *certfilename) function in typeref:typename:bool
579 DPRINTF((D_TLS|D_CALL), "match_certfile(cert@%p, file \"%s\") "
775 if (match_certfile(cur_cert, cred->data))
800 else if (match_certfile(cur_cert, conn_info->certfile))

Completed in 23 milliseconds