Searched refs:cipherpw (Results 1 – 1 of 1) sorted by relevance
21 krb5_data cipherpw; in krb5int_mk_chpw_req() local25 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() local296 cipherpw.data = NULL; in krb5int_mk_setpw_req()297 cipherpw.length = 0; in krb5int_mk_setpw_req()[all …]