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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c364 char short_en_login_pw[DESCREDPASSLEN + 1]; local
371 (void) strlcpy(short_en_login_pw, en_login_pw,
372 sizeof (short_en_login_pw));
378 try_en_rpc_pw = crypt(rpc_pws[pcount], short_en_login_pw);
379 if (strcmp(try_en_rpc_pw, short_en_login_pw) == 0) {

Completed in 44 milliseconds