Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-hostbased.c117 logit_r(r, "refusing %s key", sshkey_type(key)); in userauth_hostbased()
H A Dlog.h116 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V… macro
H A Dauth2-pubkey.c174 logit_r(r, "refusing %s key", sshkey_type(key)); in userauth_pubkey()