Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauth-shadow.c74 if ((r = sshbuf_putf(loginmsg, in auth_shadow_acctexpired()
133 if ((r = sshbuf_putf(loginmsg, in auth_shadow_pwexpired()
H A Dsshlogin.c116 r = sshbuf_putf(loginmsg, "Last login: %s\r\n", in store_lastlog_message()
119 r = sshbuf_putf(loginmsg, "Last login: %s from %s\r\n", in store_lastlog_message()
H A Dclientloop.c560 if ((r = sshbuf_putf(stderr_buffer, in client_wait_until_can_do_something()
619 if ((r = sshbuf_putf(stderr_buffer, in client_process_net_input()
640 if ((r = sshbuf_putf(stderr_buffer, in client_process_net_input()
905 if ((r = sshbuf_putf(b, in print_escape_help()
922 if ((r = sshbuf_putf(b, in print_escape_help()
992 if ((r = sshbuf_putf(berr, in process_escapes()
1001 if ((r = sshbuf_putf(berr, in process_escapes()
1014 if ((r = sshbuf_putf(berr, in process_escapes()
1039 if ((r = sshbuf_putf(berr, in process_escapes()
1052 if ((r = sshbuf_putf(berr, in process_escapes()
[all …]
H A Dauth-passwd.c152 if ((r = sshbuf_putf(loginmsg, in warn_expiry()
159 if ((r = sshbuf_putf(loginmsg, in warn_expiry()
H A Dauth2.c504 if ((r = sshbuf_putf(b, "%s%s", sshbuf_len(b) ? "," : "", in authmethods_get()
797 if ((r = sshbuf_putf(authctxt->session_info, "%s%s%s", in auth2_update_session_info()
815 (r = sshbuf_putf(authctxt->session_info, "%s", in auth2_update_session_info()
H A Dsshbuf.h165 int sshbuf_putf(struct sshbuf *buf, const char *fmt, ...)
H A Dauth2-chall.c116 if ((r = sshbuf_putf(b, "%s%s", in kbdint_alloc()
H A Dauth-pam.c627 if ((r = sshbuf_putf(loginmsg, "%s\n", in sshpam_store_conv()
1261 if ((r = sshbuf_putf(loginmsg, "%s\n", in sshpam_passwd_conv()
H A Dsshbuf-getput-basic.c256 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf() function
H A Dssh_namespace.h696 #define sshbuf_putf Fssh_sshbuf_putf macro
H A Dssh.c1057 if ((r = sshbuf_putf(command, "%s%s", in main()
H A Dsshd.c720 if ((r = sshbuf_putf(b, "%s%s", sshbuf_len(b) > 0 ? "," : "", s)) != 0)
H A Dsshconnect2.c2121 if ((r = sshbuf_putf(b, "%s%s", in authmethods_get()
H A Dchannels.c818 if ((r = sshbuf_putf(buf, in channel_open_message()
847 if ((r = sshbuf_putf(buf, " #%d %.300s " in channel_open_message()
H A Dsshkey.c1435 if ((r = sshbuf_putf(b, "%s %s", in sshkey_format_text()
/freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c411 r = sshbuf_putf(p1, "%s %d %x", "hello", 23, 0x5f); in sshbuf_getput_basic_tests()