Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDauth.c85 Buffer auth_debug; variable
710 buffer_put_cstring(&auth_debug, buf); in auth_debug_add()
720 while (buffer_len(&auth_debug)) { in auth_debug_send()
721 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
731 buffer_clear(&auth_debug); in auth_debug_reset()
733 buffer_init(&auth_debug); in auth_debug_reset()
HDmonitor.c112 extern Buffer auth_debug;
/NextBSD/crypto/heimdal/appl/telnet/libtelnet/
HDauth-proto.h80 void auth_debug(int mode);
HDauth.c590 auth_debug(int mode) in auth_debug() function