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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c99 char short_login_pw[DESCREDPASSLEN + 1]; variable
166 CURMECH->algtype, short_login_pw, netname,
186 xencrypt(crypt, short_login_pw);
317 CURMECH->algtype, short_login_pw))) {
346 __gen_dhkeys(public, secret, short_login_pw);
381 (void) strlcpy(short_login_pw, login_pw,
382 sizeof (short_login_pw));
392 (void) strlcpy(short_login_pw, login_pw,
393 sizeof (short_login_pw));
1197 (void) strlcpy(short_login_pw, login_p
[all...]

Completed in 46 milliseconds