Searched defs:significant (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c93 uint_t maxlength; /* maximum (significant) length */
249 * Determine the number of significant characters in a password
333 "the number of significant characters the current "
451 uint_t significant = pwdef->maxlength; local
457 for (w = pw; significant != 0 && *w != '\0'; w++, significant--) {
484 * we're using the default UNIX crypt (8 chars significant),
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c1039 int significant = 0; local
1053 i += (chunk_mult * CHUNK), col += chunk_mult, significant = 0) {
1056 significant = 1;
1058 if ((significant) || (((i % 1000) / 100) > 0)) {
1060 significant = 1;
1062 if ((significant) || (((i % 100) / 10) > 0)) {
1064 significant = 1;
1066 if ((i == 0) || (significant) || ((i % 10) > 0)) {

Completed in 48 milliseconds