Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsasl/lib/
H A Dmd5.c441 unsigned lupe; in _sasl_hmac_md5_precalc() local
444 for (lupe = 0; lupe < 4; lupe++) { in _sasl_hmac_md5_precalc()
445 state->istate[lupe] = htonl(hmac.ictx.state[lupe]); in _sasl_hmac_md5_precalc()
446 state->ostate[lupe] = htonl(hmac.octx.state[lupe]); in _sasl_hmac_md5_precalc()
455 unsigned lupe; in _sasl_hmac_md5_import() local
457 for (lupe = 0; lupe < 4; lupe++) { in _sasl_hmac_md5_import()
458 hmac->ictx.state[lupe] = ntohl(state->istate[lupe]); in _sasl_hmac_md5_import()
459 hmac->octx.state[lupe] = ntohl(state->ostate[lupe]); in _sasl_hmac_md5_import()
H A Dclient.c210 int lupe; local
270 for (lupe=0;lupe < plugcount ;lupe++) {
271 if (pluglist[lupe].mech_name == NULL)
274 if (lupe < plugcount) {
282 for (lupe=0;lupe< plugcount ;lupe++)
H A Dserver.c400 int lupe; local
460 for (lupe=0;lupe < plugcount ;lupe++) {
461 if (pluglist[lupe].mech_name == NULL)
464 if (lupe < plugcount) {
476 for (lupe=0;lupe < plugcount ;lupe++)