Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth.c74 static struct sshbuf *auth_debug; variable
506 if (auth_debug != NULL) in auth_debug_add()
507 if ((r = sshbuf_put_cstring(auth_debug, buf)) != 0) in auth_debug_add()
517 if (auth_debug == NULL) in auth_debug_send()
519 while (sshbuf_len(auth_debug) != 0) { in auth_debug_send()
520 if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0) in auth_debug_send()
530 if (auth_debug != NULL) in auth_debug_reset()
531 sshbuf_reset(auth_debug); in auth_debug_reset()
532 else if ((auth_debug = sshbuf_new()) == NULL) in auth_debug_reset()