Searched refs:callback_ctx (Results 1 – 1 of 1) sorted by relevance
206 struct sendto_callback_context callback_ctx; in krb5_change_set_password() local211 memset( &callback_ctx, 0, sizeof(struct sendto_callback_context)); in krb5_change_set_password()212 callback_ctx.context = context; in krb5_change_set_password()213 callback_ctx.newpw = newpw; in krb5_change_set_password()214 callback_ctx.set_password_for = set_password_for; in krb5_change_set_password()216 if ((code = krb5_auth_con_init(callback_ctx.context, in krb5_change_set_password()217 &callback_ctx.auth_context))) in krb5_change_set_password()220 if ((code = krb5_mk_req_extended(callback_ctx.context, in krb5_change_set_password()221 &callback_ctx.auth_context, in krb5_change_set_password()225 &callback_ctx.ap_req))) in krb5_change_set_password()[all …]