Home
last modified time | relevance | path

Searched refs:buffer_append_space (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dbuffer.c74 p = buffer_append_space(buffer, len); in buffer_append()
102 buffer_append_space(Buffer *buffer, u_int len) in buffer_append_space() function
H A Dauthfile.c132 cp = buffer_append_space(&encrypted, buffer_len(&buffer)); in key_save_private_rsa1()
245 cp = buffer_append_space(&buffer, len); in key_load_public_rsa1()
328 cp = buffer_append_space(&buffer, len); in key_load_private_rsa1()
382 cp = buffer_append_space(&decrypted, buffer_len(&buffer)); in key_load_private_rsa1()
H A Dmsg.c70 buffer_append_space(m, msg_len); in ssh_msg_recv()
H A Dpacket.c543 cp = buffer_append_space(&output, buffer_len(&outgoing_packet)); in packet_send1()
786 cp = buffer_append_space(&outgoing_packet, padlen); in packet_send2_wrapped()
815 cp = buffer_append_space(&output, buffer_len(&outgoing_packet)); in packet_send2_wrapped()
1085 cp = buffer_append_space(&incoming_packet, padded_len); in packet_read_poll1()
1156 cp = buffer_append_space(&incoming_packet, block_size); in packet_read_poll2()
1184 cp = buffer_append_space(&incoming_packet, need); in packet_read_poll2()
H A Dradix.c111 space = buffer_append_space(&b, blen); in radix_to_creds()
/titanic_44/usr/src/cmd/ssh/include/
H A Dbuffer.h41 void *buffer_append_space(Buffer *, u_int);
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c99 buffer_append_space(m, 4); in get_msg()
111 buffer_append_space(m, msg_len); in get_msg()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c985 buffer_append_space(&from_monitor, plen); in altprivsep_packet_read()