Searched refs:max_input (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_gssapi.c677 OM_uint32 max_input; local
682 maxbuf, &max_input);
690 if (max_input > maxbuf) {
692 maxbuf -= (max_input - maxbuf);
695 maxbuf = max_input;

Completed in 75 milliseconds