Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c506 buffer_append(&stdin_buffer, buf, 1); in client_check_initial_eof_on_stdin()
707 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_wait_until_can_do_something()
776 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_process_net_input()
796 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_process_net_input()
844 buffer_append(&c->extended, errmsg, in client_status_confirm()
1063 buffer_append(b, string, strlen(string)); in print_escape_help()
1075 buffer_append(b, string, strlen(string)); in print_escape_help()
1082 buffer_append(b, string, strlen(string)); in print_escape_help()
1130 buffer_append(berr, string, strlen(string)); in process_escapes()
1158 buffer_append(berr, string, in process_escapes()
[all …]
Dauth-shadow.c77 buffer_append(&loginmsg, buf, strlen(buf)); in auth_shadow_acctexpired()
137 buffer_append(&loginmsg, buf, strlen(buf)); in auth_shadow_pwexpired()
Dsshlogin.c100 buffer_append(&loginmsg, time_string, strlen(time_string)); in store_lastlog_message()
116 buffer_append(&loginmsg, buf, strlen(buf)); in store_lastlog_message()
Dauth-passwd.c161 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
168 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
Dgss-genr.c113 buffer_append(&b, msg.value, msg.length); in ssh_gssapi_last_error()
124 buffer_append(&b, msg.value, msg.length); in ssh_gssapi_last_error()
Dauth2.c336 buffer_append(&loginmsg, "\0", 1); in userauth_finish()
429 buffer_append(&b, ",", 1); in authmethods_get()
430 buffer_append(&b, authmethods[i]->name, in authmethods_get()
Dauth2-chall.c121 buffer_append(&b, ",", 1); in kbdint_alloc()
122 buffer_append(&b, devices[i]->name, in kbdint_alloc()
Dauth-pam.c577 buffer_append(&loginmsg, PAM_MSG_MEMBER(msg, i, msg), len); in sshpam_store_conv()
578 buffer_append(&loginmsg, "\n", 1 ); in sshpam_store_conv()
782 buffer_append(&loginmsg, **prompts, in sshpam_query()
1171 buffer_append(&loginmsg, in sshpam_passwd_conv()
1173 buffer_append(&loginmsg, "\n", 1); in sshpam_passwd_conv()
Dbuffer.c30 buffer_append(Buffer *buffer, const void *data, u_int len) in buffer_append() function
Dssh-pkcs11-helper.c109 buffer_append(&oqueue, buffer_ptr(m), mlen); in send_msg()
342 buffer_append(&iqueue, buf, len); in main()
Dbuffer.h37 void buffer_append(Buffer *, const void *, u_int);
Dsshd.c712 buffer_append(&b, ",", 1);
714 buffer_append(&b, p, strlen(p));
719 buffer_append(&b, p, strlen(p));
733 buffer_append(&b, ",", 1);
735 buffer_append(&b, p, strlen(p));
968 buffer_append(conf, cp, len);
Dssh-pkcs11-client.c87 buffer_append(m, buf, l); in recv_msg()
Dauth2-hostbased.c84 buffer_append(&b, sig, slen); in userauth_hostbased()
Dchannels.c701 buffer_append(&buffer, buf, strlen(buf)); in channel_open_message()
735 buffer_append(&buffer, buf, strlen(buf)); in channel_open_message()
742 buffer_append(&buffer, "\0", 1); in channel_open_message()
1216 buffer_append(&c->output, &s4_rsp, sizeof(s4_rsp)); in channel_decode_socks4()
1339 buffer_append(&c->output, &s5_rsp, sizeof(s5_rsp)); in channel_decode_socks5()
1341 buffer_append(&c->output, &dest_port, sizeof(dest_port)); in channel_decode_socks5()
1769 buffer_append(&c->input, buf, len);
1913 buffer_append(&c->extended, buf, len);
1971 buffer_append(&c->input, buf, len);
2764 buffer_append(&c->output, data, data_len);
[all …]
Dsshconnect2.c592 buffer_append(&b, pkblob, blen); in input_userauth_pk_ok()
1088 buffer_append(&b, session_id2, session_id2_len); in sign_and_send_pubkey()
1168 buffer_append(&b, session_id2, session_id2_len); in sign_and_send_pubkey()
1964 buffer_append(&b, ",", 1); in authmethods_get()
1965 buffer_append(&b, method->name, strlen(method->name)); in authmethods_get()
Dmonitor_wrap.c524 buffer_append(&loginmsg, msg, strlen(msg)); in mm_pty_allocate()
590 buffer_append(&loginmsg, msg, strlen(msg)); in mm_do_pam_account()
Dauth2-pubkey.c98 buffer_append(&b, pkblob, blen); in userauth_pubkey()
148 buffer_append(&b, session_id2, session_id2_len); in userauth_pubkey()
Dmux.c373 buffer_append(&cctx->cmd, cmd, strlen(cmd)); in process_mux_new_session()
1168 buffer_append(&in, ptr, have); in mux_master_read_cb()
1563 buffer_append(m, ptr, have); in mux_client_read_packet()
Dmonitor.c1226 buffer_append(&b, data, datalen); in monitor_valid_userblob()
1287 buffer_append(&b, data, datalen); in monitor_valid_hostbasedblob()
Dssh.c990 buffer_append(&command, " ", 1); in main()
991 buffer_append(&command, av[i], strlen(av[i])); in main()
Dservconf.c1898 buffer_append(conf, cp, strlen(cp)); in load_server_config()
1900 buffer_append(conf, "\0", 1); in load_server_config()
Dsession.c247 buffer_append(&loginmsg, "\0", 1); in display_loginmsg()
/external/openssh/openbsd-compat/
Dport-aix.c204 buffer_append(ctxt->loginmsg, msg, strlen(msg)); in sys_auth_passwd()
262 buffer_append(loginmsg, msg, strlen(msg)); in sys_auth_allowed_user()