Lines Matching refs:auth_debug_mode
93 int auth_debug_mode = 0; variable
201 if (auth_debug_mode) in auth_init()
206 else if (auth_debug_mode) in auth_init()
291 auth_debug_mode ^= 1; in auth_togdebug()
293 auth_debug_mode = on; in auth_togdebug()
294 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled"); in auth_togdebug()
338 if (auth_debug_mode) { in auth_request()
373 if (auth_debug_mode) { in auth_send()
379 if (auth_debug_mode) { in auth_send()
403 if (auth_debug_mode) in auth_send()
410 if (auth_debug_mode) in auth_send()
420 if (auth_debug_mode) in auth_send()
436 if (auth_debug_mode) in auth_send()
476 } else if (auth_debug_mode) in auth_is()
492 } else if (auth_debug_mode) in auth_reply()
503 if (auth_debug_mode) in auth_name()
508 if (auth_debug_mode) in auth_name()
515 if (auth_debug_mode) in auth_name()
559 if (auth_debug_mode) in auth_wait()
592 auth_debug_mode = mode; in auth_debug()