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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4232 sasl_ssf_t limit, musthave = 0; local
4504 musthave = 0;
4513 musthave = params->props.min_ssf - external;
4515 musthave = 0;
4519 /* we now go searching for an option that gives us at least "musthave"
4534 if ((limit >= cipher->ssf) && (musthave <= cipher->ssf) &&
4561 if ((limit >= 1) && (musthave <= 1)
4566 } else if (musthave == 0) {
4568 } else if (musthave <= 0) {

Completed in 24 milliseconds