Searched refs:auth_debug (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dauth-proto.h80 void auth_debug(int mode);
H A Dauth.c590 auth_debug(int mode) function
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.c83 Buffer auth_debug; variable
687 buffer_put_cstring(&auth_debug, buf);
697 while (buffer_len(&auth_debug)) {
698 msg = buffer_get_string(&auth_debug, NULL);
708 buffer_clear(&auth_debug);
710 buffer_init(&auth_debug);
H A Dmonitor.c116 extern Buffer auth_debug;

Completed in 175 milliseconds