Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauth.c91 static struct sshbuf *auth_debug; variable
698 if (auth_debug == NULL) in auth_debug_add()
704 if ((r = sshbuf_put_cstring(auth_debug, buf)) != 0) in auth_debug_add()
714 if (auth_debug == NULL) in auth_debug_send()
716 while (sshbuf_len(auth_debug) != 0) { in auth_debug_send()
717 if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0) in auth_debug_send()
727 if (auth_debug != NULL) in auth_debug_reset()
728 sshbuf_reset(auth_debug); in auth_debug_reset()
729 else if ((auth_debug = sshbuf_new()) == NULL) in auth_debug_reset()
/freebsd-13.1/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth-proto.h80 void auth_debug(int mode);
H A Dauth.c590 auth_debug(int mode) in auth_debug() function