Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauthfd.c66 #define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */ macro
164 if (len > MAX_AGENT_REPLY_LEN) in ssh_request_reply()