Searched refs:chpw (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dchangepw.c173 ChangePasswdDataMS chpw; local
191 chpw.newpasswd.length = strlen(passwd);
192 chpw.newpasswd.data = rk_UNCONST(passwd);
194 chpw.targname = &targprinc->name;
195 chpw.targrealm = &targprinc->realm;
197 chpw.targname = NULL;
198 chpw.targrealm = NULL;
202 &chpw, &len, ret);
H A Dinit_creds_pw.c1973 int chpw = 0; local
2022 if (ret == KRB5KDC_ERR_KEY_EXPIRED && chpw == 0) {
2043 chpw = 1;
/freebsd-10.2-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c250 ChangePasswdDataMS chpw; local
253 memset(&chpw, 0, sizeof(chpw));
268 &chpw, &len);
277 ret = krb5_copy_data(context, &chpw.newpasswd, &pwd_data);
285 if (chpw.targname == NULL && chpw.targrealm != NULL) {
293 if (chpw.targname) {
296 princ.name = *chpw.targname;
297 princ.realm = *chpw
[all...]

Completed in 112 milliseconds