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

/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c89 * following counter args as necessary: get_seckey_cnt, good_pw_cnt, and
104 int *good_pw_cnt, /* out */
124 (*good_pw_cnt)++;
213 int good_pw_cnt = 0; local
280 &get_seckey_cnt, &good_pw_cnt, &set_seckey_cnt,
304 &good_pw_cnt, &set_seckey_cnt, flags, debug)) {
316 good_pw_cnt);
326 if (good_pw_cnt == 0) { /* wrong password */
95 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 32 milliseconds