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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c98 char *login_pw = NULL; /* Unencrypted login password */ variable
100 /* Short S-RPC password, which has first 8 chars of login_pw */
155 /* Encrypt secret key(s) with login_pw */
380 login_pw = rpc_pws[pcount];
381 (void) strlcpy(short_login_pw, login_pw,
391 login_pw = getpassphrase(prompt);
392 (void) strlcpy(short_login_pw, login_pw,
394 if (login_pw && strlen(login_pw)) {
396 try_en_login_pw = crypt(login_pw,
[all...]

Completed in 45 milliseconds