Home
last modified time | relevance | path

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

12

/external/openssh/
Dclientloop.c472 buffer_append(&stdin_buffer, buf, 1); in client_check_initial_eof_on_stdin()
673 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_wait_until_can_do_something()
742 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_process_net_input()
762 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_process_net_input()
810 buffer_append(&c->extended, errmsg, in client_status_confirm()
1029 buffer_append(b, string, strlen(string)); in print_escape_help()
1041 buffer_append(b, string, strlen(string)); in print_escape_help()
1048 buffer_append(b, string, strlen(string)); in print_escape_help()
1096 buffer_append(berr, string, strlen(string)); in process_escapes()
1124 buffer_append(berr, string, in process_escapes()
[all …]
Dcompat.c234 buffer_append(&b, ",", 1); in filter_proposal()
235 buffer_append(&b, cp, strlen(cp)); in filter_proposal()
239 buffer_append(&b, "\0", 1); in filter_proposal()
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.c156 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
163 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
Dauth2-chall.c120 buffer_append(&b, ",", 1); in kbdint_alloc()
121 buffer_append(&b, devices[i]->name, in kbdint_alloc()
124 buffer_append(&b, "\0", 1); in kbdint_alloc()
Dauth2.c331 buffer_append(&loginmsg, "\0", 1); in userauth_finish()
423 buffer_append(&b, ",", 1); in authmethods_get()
424 buffer_append(&b, authmethods[i]->name, in authmethods_get()
427 buffer_append(&b, "\0", 1); in authmethods_get()
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()
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()
777 buffer_append(&loginmsg, **prompts, in sshpam_query()
1150 buffer_append(&loginmsg, in sshpam_passwd_conv()
1152 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()
341 buffer_append(&iqueue, buf, len); in main()
Dserverloop.c444 buffer_append(&stdout_buffer, buf, len); in process_input()
463 buffer_append(&stderr_buffer, buf, len); in process_input()
693 buffer_append(&stderr_buffer, s, strlen(s)); in server_loop()
697 buffer_append(&stderr_buffer, cp, strlen(cp)); in server_loop()
923 buffer_append(&stdin_buffer, data, data_len); in server_input_stdin_data()
Dbuffer.h37 void buffer_append(Buffer *, const void *, u_int);
Dsshconnect2.c574 buffer_append(&b, pkblob, blen); in input_userauth_pk_ok()
1033 buffer_append(&b, session_id2, session_id2_len); in sign_and_send_pubkey()
1067 buffer_append(&b, session_id2, session_id2_len); in sign_and_send_pubkey()
1815 buffer_append(&b, ",", 1); in authmethods_get()
1816 buffer_append(&b, method->name, strlen(method->name)); in authmethods_get()
1819 buffer_append(&b, "\0", 1); in authmethods_get()
Droaming_common.c238 buffer_append(&b, hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in calculate_new_key()
Dssh-pkcs11-client.c87 buffer_append(m, buf, l); in recv_msg()
Dsshd.c808 buffer_append(&b, ",", 1);
810 buffer_append(&b, p, strlen(p));
825 buffer_append(&b, ",", 1);
827 buffer_append(&b, p, strlen(p));
831 buffer_append(&b, "\0", 1);
1077 buffer_append(conf, cp, len + 1);
Dchannels.c635 buffer_append(&buffer, buf, strlen(buf)); in channel_open_message()
668 buffer_append(&buffer, buf, strlen(buf)); in channel_open_message()
675 buffer_append(&buffer, "\0", 1); in channel_open_message()
1142 buffer_append(&c->output, &s4_rsp, sizeof(s4_rsp)); in channel_decode_socks4()
1265 buffer_append(&c->output, &s5_rsp, sizeof(s5_rsp)); in channel_decode_socks5()
1267 buffer_append(&c->output, &dest_port, sizeof(dest_port)); in channel_decode_socks5()
1689 buffer_append(&c->input, buf, len);
1833 buffer_append(&c->extended, buf, len);
1891 buffer_append(&c->input, buf, len);
2404 buffer_append(&c->output, data, data_len);
[all …]
Dauth2-hostbased.c84 buffer_append(&b, sig, slen); in userauth_hostbased()
Dauth2-pubkey.c95 buffer_append(&b, pkblob, blen); in userauth_pubkey()
142 buffer_append(&b, session_id2, session_id2_len); in userauth_pubkey()
Dauth1.c343 buffer_append(&loginmsg, "\0", 1); in do_authloop()
Dmonitor_wrap.c532 buffer_append(&loginmsg, msg, strlen(msg)); in mm_pty_allocate()
598 buffer_append(&loginmsg, msg, strlen(msg)); in mm_do_pam_account()
Dmux.c370 buffer_append(&cctx->cmd, cmd, strlen(cmd)); in process_mux_new_session()
1136 buffer_append(&in, ptr, have); in mux_master_read_cb()
1529 buffer_append(m, ptr, have); in mux_client_read_packet()
Dssh.c967 buffer_append(&command, " ", 1); in main()
968 buffer_append(&command, av[i], strlen(av[i])); in main()
/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()

12