Home
last modified time | relevance | path

Searched refs:packet_read (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c103 type = packet_read(); in try_agent_authentication()
143 type = packet_read(); in try_agent_authentication()
233 type = packet_read(); in try_rsa_authentication()
317 type = packet_read(); in try_rsa_authentication()
350 type = packet_read(); in try_rhosts_rsa_authentication()
377 type = packet_read(); in try_rhosts_rsa_authentication()
456 type = packet_read(); in try_krb4_authentication()
587 type = packet_read(); in try_krb5_authentication()
709 type = packet_read(); in send_krb5_tgt()
771 type = packet_read(); in send_krb4_tgt()
[all …]
H A Dssh.c865 type = packet_read();
903 type = packet_read();
924 type = packet_read();
944 type = packet_read();
H A Dsshconnect2.c325 type = packet_read(); in ssh_userauth2()
/titanic_41/usr/src/cmd/ssh/include/
H A Dpacket.h68 int packet_read(void);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkexgexs.c60 type = packet_read(); in kexgex_server()
H A Dkexgsss.c98 type = packet_read(); in kexgss_server()
H A Dkexgssc.c173 type = packet_read(); in kexgss_client()
H A Dpacket.c1009 packet_read(void) in packet_read() function
1024 type = packet_read(); in packet_read_expect()
H A Dkex.c524 type = packet_read(); in kex_choose_conf()
H A Dchannels.c2388 type = packet_read(); in channel_request_remote_forwarding()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth1.c114 authctxt->v1_auth_type = type = packet_read(); in do_authloop()
H A Dserverloop.c723 type = packet_read(); in server_loop()
H A Dsession.c291 type = packet_read(); in do_authenticated1()