Lines Matching refs:authctxt
91 Authctxt *authctxt = ssh->authctxt; in userauth_pubkey() local
92 struct passwd *pw = authctxt->pw; in userauth_pubkey()
132 authctxt->valid ? "valid" : "invalid", authctxt->user, in userauth_pubkey()
157 if (auth2_key_already_used(authctxt, key)) { in userauth_pubkey()
199 if (!authctxt->valid || authctxt->user == NULL) { in userauth_pubkey()
204 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey()
205 authctxt->style ? ":" : "", in userauth_pubkey()
206 authctxt->style ? authctxt->style : ""); in userauth_pubkey()
209 (r = sshbuf_put_cstring(b, authctxt->service)) != 0 || in userauth_pubkey()
231 auth2_record_info(authctxt, "signature count = %u", in userauth_pubkey()
244 authctxt->valid ? "" : "invalid user ", in userauth_pubkey()
245 authctxt->user, ssh_remote_ipaddr(ssh), in userauth_pubkey()
258 authctxt->valid ? "" : "invalid user ", in userauth_pubkey()
259 authctxt->user, ssh_remote_ipaddr(ssh), in userauth_pubkey()
265 auth2_record_key(authctxt, authenticated, key); in userauth_pubkey()
273 if (!authctxt->valid || authctxt->user == NULL) { in userauth_pubkey()
293 authctxt->postponed = 1; in userauth_pubkey()