Searched refs:cipherpw (Results 1 – 2 of 2) sorted by relevance
26 krb5_data cipherpw; in krb5int_mk_chpw_req() local30 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()74 memcpy(ptr, cipherpw.data, cipherpw.length); in krb5int_mk_chpw_req()77 if(cipherpw.data != NULL) /* allocated by krb5_mk_priv */ in krb5int_mk_chpw_req()78 free(cipherpw.data); in krb5int_mk_chpw_req()286 krb5_data cipherpw; in krb5int_mk_setpw_req() local292 cipherpw.data = NULL; in krb5int_mk_setpw_req()293 cipherpw.length = 0; in krb5int_mk_setpw_req()[all …]
26 krb5_data cipherpw; in krb5int_mk_chpw_req() local30 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()