Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dchpw.c21 krb5_data cipherpw; in krb5int_mk_chpw_req() local
25 cipherpw.data = NULL; in krb5int_mk_chpw_req()
34 &clearpw, &cipherpw, &replay))) in krb5int_mk_chpw_req()
37 packet->length = 6 + ap_req->length + cipherpw.length; in krb5int_mk_chpw_req()
67 memcpy(ptr, cipherpw.data, cipherpw.length); in krb5int_mk_chpw_req()
70 if (cipherpw.data != NULL) /* allocated by krb5_mk_priv */ in krb5int_mk_chpw_req()
71 free(cipherpw.data); in krb5int_mk_chpw_req()
290 krb5_data cipherpw; in krb5int_mk_setpw_req() local
296 cipherpw.data = NULL; in krb5int_mk_setpw_req()
297 cipherpw.length = 0; in krb5int_mk_setpw_req()
[all …]