Home
last modified time | relevance | path

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

123

/trueos/crypto/openssh/
HDclientloop.c473 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 …]
HDbufaux.c136 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()
HDkexc25519.c99 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()
HDkexdh.c64 buffer_append(&b, ckexinit, ckexinitlen); in kex_dh_hash()
67 buffer_append(&b, skexinit, skexinitlen); in kex_dh_hash()
HDkexecdh.c73 buffer_append(&b, ckexinit, ckexinitlen); in kex_ecdh_hash()
76 buffer_append(&b, skexinit, skexinitlen); in kex_ecdh_hash()
HDcompat.c242 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()
HDkexgex.c66 buffer_append(&b, ckexinit, ckexinitlen); in kexgex_hash()
69 buffer_append(&b, skexinit, skexinitlen); in kexgex_hash()
HDpacket.c273 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 …]
HDauth-shadow.c77 buffer_append(&loginmsg, buf, strlen(buf)); in auth_shadow_acctexpired()
137 buffer_append(&loginmsg, buf, strlen(buf)); in auth_shadow_pwexpired()
HDcompress.c114 buffer_append(output_buffer, buf, in buffer_compress()
151 buffer_append(output_buffer, buf, in buffer_uncompress()
HDsshlogin.c99 buffer_append(&loginmsg, time_string, strlen(time_string)); in store_lastlog_message()
115 buffer_append(&loginmsg, buf, strlen(buf)); in store_lastlog_message()
HDbufbn.c79 buffer_append(buffer, msg, 2); in buffer_put_bignum_ret()
81 buffer_append(buffer, buf, oi); in buffer_put_bignum_ret()
HDauth-passwd.c155 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
162 buffer_append(&loginmsg, buf, strlen(buf)); in warn_expiry()
HDauth2-chall.c119 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()
HDauthfile.c138 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(&copy, buffer_ptr(blob), buffer_len(blob)); in key_parse_public_rsa1()
709 buffer_append(blob, buf, len); in key_load_file()
798 buffer_append(&copy, buffer_ptr(blob), buffer_len(blob)); in key_parse_private_rsa1()
HDssh-ecdsa.c122 buffer_append(&b, signature, signaturelen); in ssh_ecdsa_verify()
145 buffer_append(&bb, sigblob, len); in ssh_ecdsa_verify()
HDauth2.c360 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()
HDgss-genr.c112 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()
HDserverloop.c445 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()
HDauth-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()
HDssh-agent.c257 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()
HDssh-pkcs11-helper.c109 buffer_append(&oqueue, buffer_ptr(m), mlen); in send_msg()
337 buffer_append(&iqueue, buf, len); in main()
HDkey.c1298 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 …]
HDbuffer.h34 void buffer_append(Buffer *, const void *, u_int);
/trueos/crypto/openssh/openbsd-compat/
HDport-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()

123