Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfd.c64 #define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */ macro
162 if (len > MAX_AGENT_REPLY_LEN) in ssh_request_reply()