Home
last modified time | relevance | path

Searched refs:buffer_get_char (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c243 type = buffer_get_char(&msg); in ssh_lock_agent()
286 type = buffer_get_char(&auth->identities); in ssh_get_num_identities()
392 type = buffer_get_char(&buffer); in ssh_decrypt_challenge()
405 response[i] = buffer_get_char(&buffer); in ssh_decrypt_challenge()
441 type = buffer_get_char(&msg); in ssh_agent_sign()
539 type = buffer_get_char(&msg); in ssh_add_identity_constrained()
583 type = buffer_get_char(&msg); in ssh_remove_identity()
610 type = buffer_get_char(&msg); in ssh_remove_all_identities()
H A Dauthfile.c265 if (buffer_get_char(&buffer) != authfile_id_string[i]) { in key_load_public_rsa1()
271 (void) buffer_get_char(&buffer); /* cipher type */ in key_load_public_rsa1()
350 if (buffer_get_char(&buffer) != authfile_id_string[i]) { in key_load_private_rsa1()
358 cipher_type = buffer_get_char(&buffer); in key_load_private_rsa1()
393 check1 = buffer_get_char(&decrypted); in key_load_private_rsa1()
394 check2 = buffer_get_char(&decrypted); in key_load_private_rsa1()
395 if (check1 != buffer_get_char(&decrypted) || in key_load_private_rsa1()
396 check2 != buffer_get_char(&decrypted)) { in key_load_private_rsa1()
H A Dradix.c84 t[i] = buffer_get_char(b); \
118 version = buffer_get_char(&b); in radix_to_creds()
130 while (buffer_len(&b) > 0 && (c = buffer_get_char(&b)) != '\0') in radix_to_creds()
H A Dkex.c99 buffer_get_char(&b); in kex_buf2prop()
106 i = buffer_get_char(&b); in kex_buf2prop()
H A Dbufaux.c451 buffer_get_char(Buffer *buffer) in buffer_get_char() function
H A Dpacket.c1120 type = buffer_get_char(&incoming_packet); in packet_read_poll1()
1236 type = buffer_get_char(&incoming_packet); in packet_read_poll2()
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c159 type = buffer_get_char(&msg); in get_status()
185 type = buffer_get_char(&msg); in get_handle()
216 type = buffer_get_char(&msg); in get_decode_stat()
259 if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) { in do_init()
370 type = buffer_get_char(&msg); in do_lsreaddir()
604 type = buffer_get_char(&msg); in do_realpath()
712 type = buffer_get_char(&msg);
877 type = buffer_get_char(&msg); in do_download()
1124 type = buffer_get_char(&msg); in do_upload()
/titanic_50/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c85 if (buffer_get_char(&b) != SSH2_MSG_USERAUTH_REQUEST) in valid_request()
229 if (buffer_get_char(&b) != version) in main()
/titanic_50/usr/src/cmd/ssh/include/
H A Dbufaux.h46 int buffer_get_char(Buffer *);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c998 return (buffer_get_char(&from_monitor)); in altprivsep_packet_read()
1034 return (buffer_get_char(&from_monitor)); in altprivsep_packet_get_char()
/titanic_50/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c263 e = buffer_get_char(&b); in do_convert_private_ssh2_from_blob()
267 e += buffer_get_char(&b); in do_convert_private_ssh2_from_blob()
270 e += buffer_get_char(&b); in do_convert_private_ssh2_from_blob()
/titanic_50/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c515 switch ((type = buffer_get_char(&e->request))) { in process_add_identity()
618 type = buffer_get_char(&e->request); in process_message()
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c307 if (buffer_get_char(&msg) != (int) SSH_SMSG_PUBLIC_KEY) { in keygrab_ssh1()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1122 type = buffer_get_char(&iqueue); in process()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1473 if (buffer_get_char(&b) != version) { in ssh_keysign()