Home
last modified time | relevance | path

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

/external/openssh/
Dssh-pkcs11-helper.c52 #define MAX_MSG_LENGTH 10240 /*XXX*/ macro
224 if (msg_len > MAX_MSG_LENGTH) { in process()
318 buffer_check_alloc(&oqueue, MAX_MSG_LENGTH)) in main()
361 if (buffer_check_alloc(&oqueue, MAX_MSG_LENGTH)) in main()