Lines Matching refs:auth_debug_mode
83 int auth_debug_mode = 0; variable
160 if (auth_debug_mode) in auth_init()
165 else if (auth_debug_mode) in auth_init()
250 auth_debug_mode ^= 1; in auth_togdebug()
252 auth_debug_mode = on; in auth_togdebug()
253 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled"); in auth_togdebug()
297 if (auth_debug_mode) { in auth_request()
332 if (auth_debug_mode) { in auth_send()
338 if (auth_debug_mode) { in auth_send()
362 if (auth_debug_mode) in auth_send()
369 if (auth_debug_mode) in auth_send()
379 if (auth_debug_mode) in auth_send()
395 if (auth_debug_mode) in auth_send()
434 } else if (auth_debug_mode) in auth_is()
450 } else if (auth_debug_mode) in auth_reply()
461 if (auth_debug_mode) in auth_name()
466 if (auth_debug_mode) in auth_name()
473 if (auth_debug_mode) in auth_name()
517 if (auth_debug_mode) in auth_wait()
549 auth_debug_mode = mode; in auth_debug()