HomeSort by relevance Sort by last modified time
    Searched refs:remoteident (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
common-session.c 111 ses.remoteident = NULL;
267 ses.remoteident = m_malloc(len);
268 memcpy(ses.remoteident, linebuf, len);
272 if (strncmp(ses.remoteident, "SSH-2.", 6) != 0
273 && strncmp(ses.remoteident, "SSH-1.99-", 9) != 0) {
274 dropbear_exit("Incompatible remote version '%s'", ses.remoteident);
277 TRACE(("remoteident: %s", ses.remoteident))
373 if (ses.remoteident == NULL) {
session.h 96 unsigned char *remoteident; member in struct:sshsession
common-kex.c 414 remote_ident_len = strlen((char*)ses.remoteident);
431 buf_putstring(ses.kexhashbuf, ses.remoteident, remote_ident_len);
446 buf_putstring(ses.kexhashbuf, ses.remoteident, remote_ident_len);

Completed in 17 milliseconds