Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c212 callback_ctx.context = context; in krb5_change_set_password()
213 callback_ctx.newpw = newpw; in krb5_change_set_password()
217 &callback_ctx.auth_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()
267 callback_ctx.auth_context, in krb5_change_set_password()
274 callback_ctx.auth_context, in krb5_change_set_password()
280 callback_ctx.auth_context, in krb5_change_set_password()
328 if (callback_ctx.auth_context != NULL) in krb5_change_set_password()
329 krb5_auth_con_free(callback_ctx.context, callback_ctx.auth_context); in krb5_change_set_password()
[all …]