Home
last modified time | relevance | path

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

/external/openssh/
Dauth.c87 Buffer auth_debug; variable
763 buffer_put_cstring(&auth_debug, buf); in auth_debug_add()
773 while (buffer_len(&auth_debug)) { in auth_debug_send()
774 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
784 buffer_clear(&auth_debug); in auth_debug_reset()
786 buffer_init(&auth_debug); in auth_debug_reset()
Dmonitor.c116 extern Buffer auth_debug;