Home
last modified time | relevance | path

Searched refs:fail_reason (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c558 goto fail_reason; in user_cert_trusted_ca()
564 goto fail_reason; in user_cert_trusted_ca()
569 goto fail_reason; in user_cert_trusted_ca()
574 goto fail_reason; in user_cert_trusted_ca()
583 goto fail_reason; in user_cert_trusted_ca()
587 fail_reason: in user_cert_trusted_ca()
H A Dauth2-pubkeyfile.c295 goto fail_reason; in auth_check_authkey_line()
333 goto fail_reason; in auth_check_authkey_line()
402 fail_reason: in auth_check_authkey_line()
H A Dsshconnect.c964 const char *type, *fail_reason = NULL; in check_host_key() local
996 hostname, fail_reason); in check_host_key()
1091 options.ca_sign_algorithms, &fail_reason) != 0) { in check_host_key()
1092 error("%s", fail_reason); in check_host_key()
/freebsd/usr.bin/chat/
H A Dchat.c132 static char *abort_string[MAX_ABORTS], *fail_reason, fail_buffer[50]; variable
835 if (fail_reason) in chat_expect()
836 chat_logf("Failed (%s)", fail_reason); in chat_expect()
1178 fail_reason = (char *)0; in get_string()
1284 strcpy(fail_reason = fail_buffer, abort_string[n]); in get_string()