Searched refs:SSH_SMSG_PUBLIC_KEY (Results 1 – 3 of 3) sorted by relevance
26 #define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ macro
516 packet_read_expect(SSH_SMSG_PUBLIC_KEY); in ssh_kex()
211 if (type != (int) SSH_SMSG_PUBLIC_KEY) { in keygrab_ssh1()