Home
last modified time | relevance | path

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

/external/openssh/
Dauthfd.c66 #define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */ macro
149 if (len > MAX_AGENT_REPLY_LEN) in ssh_request_reply()