/external/openssh/ |
D | clientloop.c | 472 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 …]
|
D | compat.c | 234 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()
|
D | auth-shadow.c | 77 buffer_append(&loginmsg, buf, strlen(buf)); in auth_shadow_acctexpired() 137 buffer_append(&loginmsg, buf, strlen(buf)); in auth_shadow_pwexpired()
|
D | sshlogin.c | 100 buffer_append(&loginmsg, time_string, strlen(time_string)); in store_lastlog_message() 116 buffer_append(&loginmsg, buf, strlen(buf)); in store_lastlog_message()
|
D | auth-passwd.c | 156 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry() 163 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
|
D | auth2-chall.c | 120 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()
|
D | auth2.c | 331 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()
|
D | gss-genr.c | 113 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()
|
D | auth-pam.c | 577 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()
|
D | buffer.c | 30 buffer_append(Buffer *buffer, const void *data, u_int len) in buffer_append() function
|
D | ssh-pkcs11-helper.c | 109 buffer_append(&oqueue, buffer_ptr(m), mlen); in send_msg() 341 buffer_append(&iqueue, buf, len); in main()
|
D | serverloop.c | 444 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()
|
D | buffer.h | 37 void buffer_append(Buffer *, const void *, u_int);
|
D | sshconnect2.c | 574 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()
|
D | roaming_common.c | 238 buffer_append(&b, hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in calculate_new_key()
|
D | ssh-pkcs11-client.c | 87 buffer_append(m, buf, l); in recv_msg()
|
D | sshd.c | 808 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);
|
D | channels.c | 635 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 …]
|
D | auth2-hostbased.c | 84 buffer_append(&b, sig, slen); in userauth_hostbased()
|
D | auth2-pubkey.c | 95 buffer_append(&b, pkblob, blen); in userauth_pubkey() 142 buffer_append(&b, session_id2, session_id2_len); in userauth_pubkey()
|
D | auth1.c | 343 buffer_append(&loginmsg, "\0", 1); in do_authloop()
|
D | monitor_wrap.c | 532 buffer_append(&loginmsg, msg, strlen(msg)); in mm_pty_allocate() 598 buffer_append(&loginmsg, msg, strlen(msg)); in mm_do_pam_account()
|
D | mux.c | 370 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()
|
D | ssh.c | 967 buffer_append(&command, " ", 1); in main() 968 buffer_append(&command, av[i], strlen(av[i])); in main()
|
/external/openssh/openbsd-compat/ |
D | port-aix.c | 204 buffer_append(ctxt->loginmsg, msg, strlen(msg)); in sys_auth_passwd() 262 buffer_append(loginmsg, msg, strlen(msg)); in sys_auth_allowed_user()
|