Home
last modified time | relevance | path

Searched refs:SSH_SMSG_PUBLIC_KEY (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h34 #define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ macro
/titanic_41/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_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c975 packet_read_expect(SSH_SMSG_PUBLIC_KEY); in ssh_kex()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c1771 packet_start(SSH_SMSG_PUBLIC_KEY); in do_ssh1_kex()