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

/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c90 * following counter args as necessary: get_seckey_cnt, good_pw_cnt, and
105 int *good_pw_cnt, /* out */
125 (*good_pw_cnt)++;
214 int good_pw_cnt = 0; local
281 &get_seckey_cnt, &good_pw_cnt, &set_seckey_cnt,
305 &good_pw_cnt, &set_seckey_cnt, flags, debug)) {
317 good_pw_cnt);
327 if (good_pw_cnt == 0) { /* wrong password */
96 get_and_set_seckey( pam_handle_t *pamh, const char *netname, keylen_t keylen, algtype_t algtype, const char *pw, uid_t uid, gid_t gid, int *get_seckey_cnt, int *good_pw_cnt, int *set_seckey_cnt, int flags, int debug) argument

Completed in 58 milliseconds