Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c452 uint_t digit_cnt = 0; in check_composition() local
476 digit_cnt++; in check_composition()
559 if ((special_cnt + whitespace_cnt + digit_cnt) < in check_composition()
575 if (digit_cnt < pwdef->mindigit) { in check_composition()