| /trueos/crypto/openssh/ |
| HD | clientloop.c | 473 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() 1041 buffer_append(b, string, strlen(string)); in print_escape_help() 1053 buffer_append(b, string, strlen(string)); in print_escape_help() 1060 buffer_append(b, string, strlen(string)); in print_escape_help() 1108 buffer_append(berr, string, strlen(string)); in process_escapes() 1136 buffer_append(berr, string, in process_escapes() [all …]
|
| HD | bufaux.c | 136 buffer_append(buffer, buf, 2); in buffer_put_short() 145 buffer_append(buffer, buf, 4); in buffer_put_int() 154 buffer_append(buffer, buf, 8); in buffer_put_int64() 275 buffer_append(buffer, buf, len); in buffer_put_string() 316 buffer_append(buffer, &ch, 1); in buffer_put_char()
|
| HD | kexc25519.c | 99 buffer_append(&b, ckexinit, ckexinitlen); in kex_c25519_hash() 102 buffer_append(&b, skexinit, skexinitlen); in kex_c25519_hash() 107 buffer_append(&b, shared_secret, secretlen); in kex_c25519_hash()
|
| HD | kexdh.c | 64 buffer_append(&b, ckexinit, ckexinitlen); in kex_dh_hash() 67 buffer_append(&b, skexinit, skexinitlen); in kex_dh_hash()
|
| HD | kexecdh.c | 73 buffer_append(&b, ckexinit, ckexinitlen); in kex_ecdh_hash() 76 buffer_append(&b, skexinit, skexinitlen); in kex_ecdh_hash()
|
| HD | compat.c | 242 buffer_append(&b, ",", 1); in filter_proposal() 243 buffer_append(&b, cp, strlen(cp)); in filter_proposal() 247 buffer_append(&b, "\0", 1); in filter_proposal()
|
| HD | kexgex.c | 66 buffer_append(&b, ckexinit, ckexinitlen); in kexgex_hash() 69 buffer_append(&b, skexinit, skexinitlen); in kexgex_hash()
|
| HD | packet.c | 273 buffer_append(&active_state->incoming_packet, buf, in packet_stop_discard() 594 buffer_append(&active_state->outgoing_packet, buf, len); in packet_start() 603 buffer_append(&active_state->outgoing_packet, &ch, 1); in packet_put_char() 633 buffer_append(&active_state->outgoing_packet, buf, len); in packet_put_raw() 678 buffer_append(&active_state->compression_buffer, in packet_send1() 683 buffer_append(&active_state->outgoing_packet, in packet_send1() 707 buffer_append(&active_state->outgoing_packet, buf, 4); in packet_send1() 716 buffer_append(&active_state->output, buf, 4); in packet_send1() 893 buffer_append(&active_state->outgoing_packet, "\0\0\0\0\0", 5); in packet_send2_wrapped() 894 buffer_append(&active_state->outgoing_packet, in packet_send2_wrapped() [all …]
|
| HD | 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()
|
| HD | compress.c | 114 buffer_append(output_buffer, buf, in buffer_compress() 151 buffer_append(output_buffer, buf, in buffer_uncompress()
|
| HD | sshlogin.c | 99 buffer_append(&loginmsg, time_string, strlen(time_string)); in store_lastlog_message() 115 buffer_append(&loginmsg, buf, strlen(buf)); in store_lastlog_message()
|
| HD | bufbn.c | 79 buffer_append(buffer, msg, 2); in buffer_put_bignum_ret() 81 buffer_append(buffer, buf, oi); in buffer_put_bignum_ret()
|
| HD | auth-passwd.c | 155 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry() 162 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
|
| HD | auth2-chall.c | 119 buffer_append(&b, ",", 1); in kbdint_alloc() 120 buffer_append(&b, devices[i]->name, in kbdint_alloc() 123 buffer_append(&b, "\0", 1); in kbdint_alloc()
|
| HD | authfile.c | 138 buffer_append(&encoded, AUTH_MAGIC, sizeof(AUTH_MAGIC)); in key_private_to_blob2() 188 buffer_append(blob, MARK_BEGIN, sizeof(MARK_BEGIN) - 1); in key_private_to_blob2() 196 buffer_append(blob, MARK_END, sizeof(MARK_END) - 1); in key_private_to_blob2() 456 buffer_append(&buffer, buf, 4); in key_private_rsa1_to_blob() 505 buffer_append(blob, buffer_ptr(&encrypted), buffer_len(&encrypted)); in key_private_rsa1_to_blob() 555 buffer_append(blob, bptr, blen); in key_private_pem_to_blob() 654 buffer_append(©, buffer_ptr(blob), buffer_len(blob)); in key_parse_public_rsa1() 709 buffer_append(blob, buf, len); in key_load_file() 798 buffer_append(©, buffer_ptr(blob), buffer_len(blob)); in key_parse_private_rsa1()
|
| HD | ssh-ecdsa.c | 122 buffer_append(&b, signature, signaturelen); in ssh_ecdsa_verify() 145 buffer_append(&bb, sigblob, len); in ssh_ecdsa_verify()
|
| HD | auth2.c | 360 buffer_append(&loginmsg, "\0", 1); in userauth_finish() 452 buffer_append(&b, ",", 1); in authmethods_get() 453 buffer_append(&b, authmethods[i]->name, in authmethods_get() 456 buffer_append(&b, "\0", 1); in authmethods_get()
|
| HD | gss-genr.c | 112 buffer_append(&b, msg.value, msg.length); in ssh_gssapi_last_error() 123 buffer_append(&b, msg.value, msg.length); in ssh_gssapi_last_error()
|
| HD | serverloop.c | 445 buffer_append(&stdout_buffer, buf, len); in process_input() 464 buffer_append(&stderr_buffer, buf, len); in process_input() 694 buffer_append(&stderr_buffer, s, strlen(s)); in server_loop() 698 buffer_append(&stderr_buffer, cp, strlen(cp)); in server_loop() 923 buffer_append(&stdin_buffer, data, data_len); in server_input_stdin_data()
|
| HD | 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()
|
| HD | ssh-agent.c | 257 buffer_append(&e->output, buffer_ptr(&msg), buffer_len(&msg)); in process_request_identities() 326 buffer_append(&e->output, buffer_ptr(&msg), buffer_len(&msg)); in process_authentication_challenge1() 369 buffer_append(&e->output, buffer_ptr(&msg), in process_sign_request2() 605 buffer_append(&e->output, buffer_ptr(&msg), buffer_len(&msg)); in no_identities() 729 buffer_append(&e->request, buffer_ptr(&e->input), msg_len); in process_message() 975 buffer_append(&sockets[i].input, buf, len); in after_select()
|
| HD | ssh-pkcs11-helper.c | 109 buffer_append(&oqueue, buffer_ptr(m), mlen); in send_msg() 337 buffer_append(&iqueue, buf, len); in main()
|
| HD | key.c | 1298 buffer_append(&to->certblob, buffer_ptr(&from->certblob), in key_cert_copy() 1301 buffer_append(&to->critical, in key_cert_copy() 1303 buffer_append(&to->extensions, in key_cert_copy() 1415 buffer_append(&key->cert->certblob, blob, blen); in cert_parse() 1448 buffer_append(&tmp, principals, plen); in cert_parse() 1465 buffer_append(&key->cert->critical, critical, clen); in cert_parse() 1466 buffer_append(&tmp, critical, clen); in cert_parse() 1477 buffer_append(&key->cert->extensions, exts, elen); in cert_parse() 1478 buffer_append(&tmp, exts, elen); in cert_parse() 1543 buffer_append(&b, blob, blen); in key_from_blob2() [all …]
|
| HD | buffer.h | 34 void buffer_append(Buffer *, const void *, u_int);
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | 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()
|