Searched refs:auth_debug (Results 1 – 1 of 1) sorted by relevance
89 static struct sshbuf *auth_debug; variable676 if (auth_debug == NULL) in auth_debug_add()682 if ((r = sshbuf_put_cstring(auth_debug, buf)) != 0) in auth_debug_add()692 if (auth_debug == NULL) in auth_debug_send()694 while (sshbuf_len(auth_debug) != 0) { in auth_debug_send()695 if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0) in auth_debug_send()706 if (auth_debug != NULL) in auth_debug_reset()707 sshbuf_reset(auth_debug); in auth_debug_reset()708 else if ((auth_debug = sshbuf_new()) == NULL) in auth_debug_reset()