Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDssh1.h27 #define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ macro
HDsshconnect1.c498 packet_read_expect(SSH_SMSG_PUBLIC_KEY); in ssh_kex()
HDssh-keyscan.c197 if (buffer_get_char(&msg) != (int) SSH_SMSG_PUBLIC_KEY) { in keygrab_ssh1()
HDsshd.c2327 packet_start(SSH_SMSG_PUBLIC_KEY);