Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h26 #define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ macro
Dsshconnect1.c516 packet_read_expect(SSH_SMSG_PUBLIC_KEY); in ssh_kex()
Dssh-keyscan.c211 if (type != (int) SSH_SMSG_PUBLIC_KEY) { in keygrab_ssh1()