HomeSort by: relevance | last modified time | path
    Searched refs:chpw (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
changepw.c 175 ChangePasswdDataMS chpw; local
193 chpw.newpasswd.length = strlen(passwd);
194 chpw.newpasswd.data = rk_UNCONST(passwd);
196 chpw.targname = &targprinc->name;
197 chpw.targrealm = &targprinc->realm;
199 chpw.targname = NULL;
200 chpw.targrealm = NULL;
204 &chpw, &len, ret);
init_creds_pw.c 2677 int chpw = 0; local
2734 if (ret == KRB5KDC_ERR_KEY_EXPIRED && chpw == 0) {
2758 chpw = 1;
  /src/crypto/external/bsd/heimdal/dist/kpasswd/
kpasswdd.c 257 ChangePasswdDataMS chpw; local
260 memset(&chpw, 0, sizeof(chpw));
275 &chpw, &len);
284 ret = krb5_copy_data(context, &chpw.newpasswd, &pwd_data);
292 if (chpw.targname == NULL && chpw.targrealm != NULL) {
300 if (chpw.targname) {
304 princ.name = *chpw.targname;
305 princ.realm = *chpw.targrealm
    [all...]

Completed in 25 milliseconds