| /mirbsd/src/usr.bin/ssh/ |
| D | bufaux.c | 134 buffer_append(buffer, buf, 2); in buffer_put_short() 143 buffer_append(buffer, buf, 4); in buffer_put_int() 152 buffer_append(buffer, buf, 8); in buffer_put_int64() 224 buffer_append(buffer, buf, len); in buffer_put_string() 265 buffer_append(buffer, &ch, 1); in buffer_put_char()
|
| D | clientloop.c | 404 buffer_append(&stdin_buffer, buf, 1); in client_check_initial_eof_on_stdin() 587 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_wait_until_can_do_something() 649 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_process_net_input() 668 buffer_append(&stderr_buffer, buf, strlen(buf)); in client_process_net_input() 704 buffer_append(&c->extended, errmsg, strlen(errmsg)); in client_status_confirm() 924 buffer_append(berr, string, strlen(string)); in process_escapes() 942 buffer_append(berr, string, in process_escapes() 949 buffer_append(berr, string, strlen(string)); in process_escapes() 961 buffer_append(berr, string, in process_escapes() 996 buffer_append(berr, string, strlen(string)); in process_escapes() [all …]
|
| D | compat.c | 223 buffer_append(&b, ",", 1); in compat_cipher_proposal() 224 buffer_append(&b, cp, strlen(cp)); in compat_cipher_proposal() 227 buffer_append(&b, "\0", 1); in compat_cipher_proposal()
|
| D | packet.c | 268 buffer_append(&active_state->incoming_packet, buf, in packet_stop_discard() 589 buffer_append(&active_state->outgoing_packet, buf, len); in packet_start() 598 buffer_append(&active_state->outgoing_packet, &ch, 1); in packet_put_char() 628 buffer_append(&active_state->outgoing_packet, buf, len); in packet_put_raw() 665 buffer_append(&active_state->compression_buffer, in packet_send1() 670 buffer_append(&active_state->outgoing_packet, in packet_send1() 694 buffer_append(&active_state->outgoing_packet, buf, 4); in packet_send1() 703 buffer_append(&active_state->output, buf, 4); in packet_send1() 872 buffer_append(&active_state->outgoing_packet, NULs, 5); in packet_send2_wrapped() 873 buffer_append(&active_state->outgoing_packet, in packet_send2_wrapped() [all …]
|
| D | kexdh.c | 62 buffer_append(&b, ckexinit, ckexinitlen); in kex_dh_hash() 65 buffer_append(&b, skexinit, skexinitlen); in kex_dh_hash()
|
| D | kexgex.c | 63 buffer_append(&b, ckexinit, ckexinitlen); in kexgex_hash() 66 buffer_append(&b, skexinit, skexinitlen); in kexgex_hash()
|
| D | compress.c | 111 buffer_append(output_buffer, buf, in buffer_compress() 148 buffer_append(output_buffer, buf, in buffer_uncompress()
|
| D | auth-passwd.c | 117 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry() 124 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
|
| D | auth2-chall.c | 80 buffer_append(&b, ",", 1); in kbdint_alloc() 81 buffer_append(&b, devices[i]->name, in kbdint_alloc() 84 buffer_append(&b, "\0", 1); in kbdint_alloc()
|
| D | auth2.c | 308 buffer_append(&b, ",", 1); in authmethods_get() 309 buffer_append(&b, authmethods[i]->name, in authmethods_get() 313 buffer_append(&b, "\0", 1); in authmethods_get()
|
| D | bufbn.c | 79 buffer_append(buffer, msg, 2); in buffer_put_bignum_ret() 81 buffer_append(buffer, buf, oi); in buffer_put_bignum_ret()
|
| D | auth2-pubkey.c | 82 buffer_append(&b, pkblob, blen); in userauth_pubkey() 112 buffer_append(&b, session_id2, session_id2_len); in userauth_pubkey()
|
| D | serverloop.c | 414 buffer_append(&stdout_buffer, buf, len); in process_input() 426 buffer_append(&stderr_buffer, buf, len); in process_input() 655 buffer_append(&stderr_buffer, s, strlen(s)); in server_loop() 659 buffer_append(&stderr_buffer, cp, strlen(cp)); in server_loop() 881 buffer_append(&stdin_buffer, data, data_len); in server_input_stdin_data()
|
| D | sshconnect2.c | 450 buffer_append(&b, pkblob, blen); in input_userauth_pk_ok() 659 buffer_append(&b, session_id2, session_id2_len); in sign_and_send_pubkey() 693 buffer_append(&b, session_id2, session_id2_len); in sign_and_send_pubkey() 1280 buffer_append(&b, ",", 1); in authmethods_get() 1281 buffer_append(&b, method->name, strlen(method->name)); in authmethods_get() 1284 buffer_append(&b, "\0", 1); in authmethods_get()
|
| D | ssh-agent.c | 223 buffer_append(&e->output, buffer_ptr(&msg), buffer_len(&msg)); in process_request_identities() 290 buffer_append(&e->output, buffer_ptr(&msg), buffer_len(&msg)); in process_authentication_challenge1() 332 buffer_append(&e->output, buffer_ptr(&msg), in process_sign_request2() 595 buffer_append(&e->output, buffer_ptr(&msg), buffer_len(&msg)); in no_identities() 726 buffer_append(&e->request, buffer_ptr(&e->input), msg_len); in process_message() 967 buffer_append(&sockets[i].input, buf, len); in after_select()
|
| D | monitor.c | 698 buffer_append(m, buffer_ptr(&auth_debug), in mm_append_debug() 805 buffer_append(&b, data, datalen); in monitor_valid_userblob() 862 buffer_append(&b, data, datalen); in monitor_valid_hostbasedblob() 1320 buffer_append(packet_get_input(), child_state.input, child_state.ilen); in monitor_apply_keystate() 1325 buffer_append(packet_get_output(), child_state.output, in monitor_apply_keystate() 1358 buffer_append(&kex->my, blob, bloblen); in mm_get_kex() 1362 buffer_append(&kex->peer, blob, bloblen); in mm_get_kex()
|
| D | buffer.h | 33 void buffer_append(Buffer *, const void *, u_int);
|
| D | channels.c | 599 buffer_append(&buffer, buf, strlen(buf)); in channel_open_message() 627 buffer_append(&buffer, buf, strlen(buf)); in channel_open_message() 634 buffer_append(&buffer, "\0", 1); in channel_open_message() 1080 buffer_append(&c->output, &s4_rsp, sizeof(s4_rsp)); in channel_decode_socks4() 1210 buffer_append(&c->output, &s5_rsp, sizeof(s5_rsp)); in channel_decode_socks5() 1211 buffer_append(&c->output, &dest_addr, sizeof(struct in_addr)); in channel_decode_socks5() 1212 buffer_append(&c->output, &dest_port, sizeof(dest_port)); in channel_decode_socks5() 1576 buffer_append(&c->input, buf, len); in channel_handle_rfd() 1703 buffer_append(&c->extended, buf, len); in channel_handle_efd() 2131 buffer_append(&c->output, data, data_len); in channel_input_data() [all …]
|
| D | sshlogin.c | 141 buffer_append(&loginmsg, buf, strlen(buf)); in store_lastlog_message()
|
| D | auth2-hostbased.c | 80 buffer_append(&b, sig, slen); in userauth_hostbased()
|
| D | authfd.c | 166 buffer_append(reply, buf, l); in ssh_request_reply() 387 buffer_append(&buffer, session_id, 16); in ssh_decrypt_challenge()
|
| D | ssh-dss.c | 130 buffer_append(&b, signature, signaturelen); in ssh_dss_verify()
|
| D | buffer.c | 70 buffer_append(Buffer *buffer, const void *data, u_int len) in buffer_append() function
|
| D | ssh-keysign.c | 72 buffer_append(&b, data, datalen); in valid_request()
|
| D | kex.c | 89 buffer_append(&b, buffer_ptr(raw), buffer_len(raw)); in kex_buf2prop() 198 buffer_append(&kex->peer, ptr, dlen); in kex_input_kexinit()
|