Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsshbuf.h86 int sshbuf_set_max_size(struct sshbuf *buf, size_t max_size);
H A Dsshbuf.c243 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size() function
H A Dchannels.c522 if ((r = sshbuf_set_max_size(c->input, CHAN_INPUT_MAX)) != 0) in channel_new()