Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dauth.c66 int auth_debug_init; variable
473 if (!auth_debug_init) in auth_debug_add()
487 if (!auth_debug_init) in auth_debug_send()
499 if (auth_debug_init) in auth_debug_reset()
503 auth_debug_init = 1; in auth_debug_reset()
Dmonitor.c83 extern int auth_debug_init;
696 if (auth_debug_init && buffer_len(&auth_debug)) { in mm_append_debug()