Lines Matching refs:sshbuf_put_cstring
103 (r = sshbuf_put_cstring(log_msg, msg)) != 0) in mm_log_handler()
277 (r = sshbuf_put_cstring(m, hostkey_alg)) != 0 || in mm_sshkey_sign()
358 if ((r = sshbuf_put_cstring(m, username)) != 0) in mm_getpwnamallow()
446 if ((r = sshbuf_put_cstring(m, service)) != 0 || in mm_inform_authserv()
447 (r = sshbuf_put_cstring(m, style ? style : "")) != 0) in mm_inform_authserv()
469 if ((r = sshbuf_put_cstring(m, password)) != 0) in mm_auth_password()
524 (r = sshbuf_put_cstring(m, user ? user : "")) != 0 || in mm_key_allowed()
525 (r = sshbuf_put_cstring(m, host ? host : "")) != 0 || in mm_key_allowed()
578 (r = sshbuf_put_cstring(m, sigalg == NULL ? "" : sigalg)) != 0) in mm_sshkey_verify()
685 if ((r = sshbuf_put_cstring(m, s->tty)) != 0) in mm_session_pty_cleanup2()
820 if ((r = sshbuf_put_cstring(m, resp[i])) != 0) in mm_sshpam_respond()
926 if ((r = sshbuf_put_cstring(m, responses[0])) != 0) in mm_bsdauth_respond()
968 if ((r = sshbuf_put_cstring(m, command)) != 0) in mm_audit_run_command()