Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c614 size_t pwlen, opwlen, max; in check_diff() local
622 opwlen = MIN(strlen(opw), max); in check_diff()
624 if (pwlen > opwlen) in check_diff()
625 diff = pwlen - opwlen; in check_diff()
627 diff = opwlen - pwlen; in check_diff()