Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c380 login_pw = rpc_pws[pcount]; in cmp_passwd()
381 (void) strlcpy(short_login_pw, login_pw, in cmp_passwd()
391 login_pw = getpassphrase(prompt); in cmp_passwd()
392 (void) strlcpy(short_login_pw, login_pw, in cmp_passwd()
394 if (login_pw && strlen(login_pw)) { in cmp_passwd()
396 try_en_login_pw = crypt(login_pw, in cmp_passwd()
902 login_pw)) in storekeys()
929 login_pw)) { in storekeys()
1196 login_pw = getpassphrase(prompt); in main()
1197 (void) strlcpy(short_login_pw, login_pw, in main()
[all …]