Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmsg.c80 if (msg_len > sshbuf_max_size(m)) { in ssh_msg_recv()
H A Dsshbuf.h95 size_t sshbuf_max_size(const struct sshbuf *buf);
H A Dsshbuf.c196 sshbuf_max_size(const struct sshbuf *buf) in sshbuf_max_size() function