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

/freebsd-10-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth-proto.h80 void auth_debug(int mode);
H A Dauth.c590 auth_debug(int mode) function
/freebsd-10-stable/crypto/openssh/
H A Dauth.c88 Buffer auth_debug; variable
738 buffer_put_cstring(&auth_debug, buf);
748 while (buffer_len(&auth_debug)) {
749 msg = buffer_get_string(&auth_debug, NULL);
759 buffer_clear(&auth_debug);
761 buffer_init(&auth_debug);
H A Dmonitor.c117 extern Buffer auth_debug;

Completed in 123 milliseconds