Lines Matching refs:sshbuf_put_cstring
101 (r = sshbuf_put_cstring(log_msg, msg)) != 0) in mm_log_handler()
231 (r = sshbuf_put_cstring(m, hostkey_alg)) != 0 || in mm_sshkey_sign()
271 if ((r = sshbuf_put_cstring(m, username)) != 0) in mm_getpwnamallow()
390 if ((r = sshbuf_put_cstring(m, service)) != 0 || in mm_inform_authserv()
391 (r = sshbuf_put_cstring(m, style ? style : "")) != 0) in mm_inform_authserv()
413 if ((r = sshbuf_put_cstring(m, password)) != 0) in mm_auth_password()
468 (r = sshbuf_put_cstring(m, user ? user : "")) != 0 || in mm_key_allowed()
469 (r = sshbuf_put_cstring(m, host ? host : "")) != 0 || in mm_key_allowed()
522 (r = sshbuf_put_cstring(m, sigalg == NULL ? "" : sigalg)) != 0) in mm_sshkey_verify()
629 if ((r = sshbuf_put_cstring(m, s->tty)) != 0) in mm_session_pty_cleanup2()
764 if ((r = sshbuf_put_cstring(m, resp[i])) != 0) in mm_sshpam_respond()
870 if ((r = sshbuf_put_cstring(m, responses[0])) != 0) in mm_bsdauth_respond()
912 if ((r = sshbuf_put_cstring(m, command)) != 0) in mm_audit_run_command()