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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2864 unsigned int client_maxbuf = 65536; local
2993 } else if (sscanf(value, "%u", &client_maxbuf) != 1) {
3003 if (client_maxbuf <= 16) {
3418 oparams->maxoutbuf = client_maxbuf - 4;

Completed in 25 milliseconds