Home
last modified time | relevance | path

Searched defs:sshbuf (Results 1 – 4 of 4) sorted by relevance

/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsshbuf.h49 struct sshbuf { struct
57 int dont_free; /* Kludge to support sshbuf_init */ argument
59 struct sshbuf *parent; /* If child, pointer to parent */ argument
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsshbuf.h40 struct sshbuf { struct
48 int dont_free; /* Kludge to support sshbuf_init */ argument
50 struct sshbuf *parent; /* If child, pointer to parent */ argument
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsshbuf.h40 struct sshbuf { struct
48 int dont_free; /* Kludge to support sshbuf_init */ argument
50 struct sshbuf *parent; /* If child, pointer to parent */ argument
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-ssh.c169 uint8_t sshbuf[] = "SSH-2.0-MySSHClient-0.5.1\n"; in SSHParserTest01() local
220 uint8_t sshbuf[] = "SSH-2.0-MySSHClient-0.5.1 some comments...\n"; in SSHParserTest02() local
270 uint8_t sshbuf[] = "SSH-2.0 some comments...\n"; in SSHParserTest03() local
322 uint8_t sshbuf[] = "SSH-2.0-MySSHClient-0.5.1\n"; in SSHParserTest04() local
372 uint8_t sshbuf[] = "SSH-2.0-MySSHClient-0.5.1 some comments...\n"; in SSHParserTest05() local
421 uint8_t sshbuf[] = "SSH-2.0 some comments...\n"; in SSHParserTest06() local
1448 uint8_t sshbuf[] = "SSH-2.0\r-MySSHClient-0.5.1\n"; in SSHParserTest23() local
1482 uint8_t sshbuf[] = "SSH-2.0-\rMySSHClient-0.5.1\n"; in SSHParserTest24() local
1528 uint8_t sshbuf[] = "\n"; in SSHParserTest25() local