Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dchangepw.c71 krb5_principal targprinc, in chgpw_send_request() argument
89 if (targprinc && in chgpw_send_request()
90 krb5_principal_compare(context, creds->client, targprinc) != TRUE) in chgpw_send_request()
163 krb5_principal targprinc, in setpw_send_request() argument
193 if (targprinc) { in setpw_send_request()
194 chpw.targname = &targprinc->name; in setpw_send_request()
195 chpw.targrealm = &targprinc->realm; in setpw_send_request()
507 krb5_principal targprinc, in change_password_loop() argument
523 if (targprinc) in change_password_loop()
524 realm = targprinc->realm; in change_password_loop()
[all …]