Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchpw.c26 krb5_data cipherpw; in krb5int_mk_chpw_req() local
30 cipherpw.data = NULL; in krb5int_mk_chpw_req()
40 &clearpw, &cipherpw, &replay))) in krb5int_mk_chpw_req()
74 memcpy(ptr, cipherpw.data, cipherpw.length); in krb5int_mk_chpw_req()
78 free(cipherpw.data); in krb5int_mk_chpw_req()
286 krb5_data cipherpw; in krb5int_mk_setpw_req() local
292 cipherpw.data = NULL; in krb5int_mk_setpw_req()
293 cipherpw.length = 0; in krb5int_mk_setpw_req()
339 memcpy(ptr, cipherpw.data, cipherpw.length); in krb5int_mk_setpw_req()
342 if (cipherpw.data) in krb5int_mk_setpw_req()
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dchpw.c26 krb5_data cipherpw; in krb5int_mk_chpw_req() local
30 cipherpw.data = NULL; in krb5int_mk_chpw_req()
40 &clearpw, &cipherpw, &replay))) in krb5int_mk_chpw_req()
43 packet->length = 6 + ap_req->length + cipherpw.length; in krb5int_mk_chpw_req()
77 memcpy(ptr, cipherpw.data, cipherpw.length); in krb5int_mk_chpw_req()
80 if(cipherpw.data != NULL) /* allocated by krb5_mk_priv */ in krb5int_mk_chpw_req()
81 free(cipherpw.data); in krb5int_mk_chpw_req()