Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c250 ChangePasswdDataMS chpw; in change() local
253 memset(&chpw, 0, sizeof(chpw)); in change()
268 &chpw, &len); in change()
277 ret = krb5_copy_data(context, &chpw.newpasswd, &pwd_data); in change()
285 if (chpw.targname == NULL && chpw.targrealm != NULL) { in change()
293 if (chpw.targname) { in change()
296 princ.name = *chpw.targname; in change()
297 princ.realm = *chpw.targrealm; in change()
312 if (*chpw.targrealm == NULL) in change()
418 free_ChangePasswdDataMS(&chpw); in change()
/freebsd/crypto/heimdal/lib/krb5/
H A Dchangepw.c173 ChangePasswdDataMS chpw; in setpw_send_request() local
191 chpw.newpasswd.length = strlen(passwd); in setpw_send_request()
192 chpw.newpasswd.data = rk_UNCONST(passwd); in setpw_send_request()
194 chpw.targname = &targprinc->name; in setpw_send_request()
195 chpw.targrealm = &targprinc->realm; in setpw_send_request()
197 chpw.targname = NULL; in setpw_send_request()
198 chpw.targrealm = NULL; in setpw_send_request()
202 &chpw, &len, ret); in setpw_send_request()
H A Dinit_creds_pw.c1971 int chpw = 0; in krb5_get_init_creds_password() local
2020 if (ret == KRB5KDC_ERR_KEY_EXPIRED && chpw == 0) { in krb5_get_init_creds_password()
2041 chpw = 1; in krb5_get_init_creds_password()