Searched refs:buffer_get_char (Results 1 – 20 of 20) sorted by relevance
245 type = buffer_get_char(&msg); in ssh_lock_agent()288 type = buffer_get_char(&auth->identities); in ssh_get_num_identities()395 type = buffer_get_char(&buffer); in ssh_decrypt_challenge()408 response[i] = (u_char)buffer_get_char(&buffer); in ssh_decrypt_challenge()445 type = buffer_get_char(&msg); in ssh_agent_sign()535 type = buffer_get_char(&msg); in ssh_add_identity_constrained()573 type = buffer_get_char(&msg); in ssh_remove_identity()610 type = buffer_get_char(&msg); in ssh_update_card()636 type = buffer_get_char(&msg); in ssh_remove_all_identities()
83 if (buffer_get_char(&b) != SSH2_MSG_USERAUTH_REQUEST) in valid_request()225 if (buffer_get_char(&b) != version) in main()
192 type = buffer_get_char(&msg); in get_status()226 type = buffer_get_char(&msg); in get_handle()258 type = buffer_get_char(&msg); in get_decode_stat()293 type = buffer_get_char(&msg); in get_decode_statvfs()361 if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) { in do_init()504 type = buffer_get_char(&msg); in do_lsreaddir()743 type = buffer_get_char(&msg); in do_realpath()923 type = buffer_get_char(&msg); in do_readlink()1166 type = buffer_get_char(&msg); in do_download()1549 type = buffer_get_char(&msg); in do_upload()
658 (void) buffer_get_char(©); /* cipher type */ in key_parse_public_rsa1()802 cipher_type = buffer_get_char(©); in key_parse_private_rsa1()837 check1 = buffer_get_char(&decrypted); in key_parse_private_rsa1()838 check2 = buffer_get_char(&decrypted); in key_parse_private_rsa1()839 if (check1 != buffer_get_char(&decrypted) || in key_parse_private_rsa1()840 check2 != buffer_get_char(&decrypted)) { in key_parse_private_rsa1()
68 int buffer_get_char(Buffer *);
88 return (buffer_get_char(m)); in recv_msg()
572 type = buffer_get_char(&m); in monitor_read()1246 if (buffer_get_char(&b) != SSH2_MSG_USERAUTH_REQUEST) in monitor_valid_userblob()1261 if (!buffer_get_char(&b)) in monitor_valid_userblob()1268 if (!buffer_get_char(&b)) in monitor_valid_userblob()1298 if (buffer_get_char(&b) != SSH2_MSG_USERAUTH_REQUEST) in monitor_valid_hostbasedblob()1554 session_id[i] = buffer_get_char(m); in mm_answer_sessid()
374 if (buffer_get_char(&buffer) != PAM_AUTHTOK) in sshpam_thread_conv()386 if (buffer_get_char(&buffer) != PAM_AUTHTOK) in sshpam_thread_conv()733 type = buffer_get_char(&buffer); in sshpam_query()
299 buffer_get_char(Buffer *buffer) in buffer_get_char() function
187 buffer_get_char(&b); in kex_buf2prop()194 i = buffer_get_char(&b); in kex_buf2prop()
530 switch ((type = buffer_get_char(&e->request))) { in process_add_identity()624 switch ((type = buffer_get_char(&e->request))) { in process_add_smartcard_key()731 type = buffer_get_char(&e->request); in process_message()
228 type = buffer_get_char(&iqueue); in process()
171 rtype = buffer_get_char(m); in mm_request_receive_expect()194 success = buffer_get_char(&m); in mm_choose_dh()251 if (buffer_get_char(&m) == 0) { in mm_getpwnamallow()
197 if (buffer_get_char(&msg) != (int) SSH_SMSG_PUBLIC_KEY) { in keygrab_ssh1()
63 #define buffer_get_char ssh_buffer_get_char macro
1256 type = buffer_get_char(&active_state->incoming_packet); in packet_read_poll1()1437 type = buffer_get_char(&active_state->incoming_packet); in packet_read_poll2()
462 e = buffer_get_char(&b); in do_convert_private_ssh2_from_blob()466 e += buffer_get_char(&b); in do_convert_private_ssh2_from_blob()469 e += buffer_get_char(&b); in do_convert_private_ssh2_from_blob()
1368 type = buffer_get_char(&iqueue); in process()
1500 if (buffer_get_char(&b) != version) { in ssh_keysign()
1030 if (buffer_get_char(&m) != 0)