Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dchangepw.c219 struct sendto_callback_context callback_ctx; in change_set_password() local
225 memset( &callback_ctx, 0, sizeof(struct sendto_callback_context)); in change_set_password()
226 callback_ctx.context = context; in change_set_password()
227 callback_ctx.newpw = newpw; in change_set_password()
228 callback_ctx.set_password_for = set_password_for; in change_set_password()
230 if ((code = krb5_auth_con_init(callback_ctx.context, in change_set_password()
231 &callback_ctx.auth_context))) in change_set_password()
234 if ((code = krb5_mk_req_extended(callback_ctx.context, in change_set_password()
235 &callback_ctx.auth_context, in change_set_password()
239 &callback_ctx.ap_req))) in change_set_password()
[all …]