Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauth.c82 static struct sshbuf *auth_debug; variable
649 if (auth_debug != NULL) in auth_debug_add()
650 if ((r = sshbuf_put_cstring(auth_debug, buf)) != 0) in auth_debug_add()
660 if (auth_debug == NULL) in auth_debug_send()
662 while (sshbuf_len(auth_debug) != 0) { in auth_debug_send()
663 if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0) in auth_debug_send()
673 if (auth_debug != NULL) in auth_debug_reset()
674 sshbuf_reset(auth_debug); in auth_debug_reset()
675 else if ((auth_debug = sshbuf_new()) == NULL) in auth_debug_reset()
/netbsd/src/lib/libtelnet/
Dauth-proto.h81 void auth_debug(int);
Dauth.c547 auth_debug(int mode) in auth_debug() function