Searched refs:renew_tgt_ctx (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/providers/krb5/ |
H A D | krb5_renew_tgt.c | 34 struct renew_tgt_ctx { struct 156 static errno_t renew_all_tgts(struct renew_tgt_ctx *renew_tgt_ctx) argument 167 ret = hash_entries(renew_tgt_ctx->tgt_table, &count, &entries); 183 auth_data = talloc_zero(renew_tgt_ctx, struct auth_data); 197 auth_data->krb5_ctx = renew_tgt_ctx->krb5_ctx; 198 auth_data->be_ctx = renew_tgt_ctx->be_ctx; 199 auth_data->table = renew_tgt_ctx->tgt_table; 207 te = tevent_add_timer(renew_tgt_ctx->ev, 220 ret = hash_delete(renew_tgt_ctx 237 struct renew_tgt_ctx *renew_tgt_ctx = talloc_get_type(private_data, local 245 struct renew_tgt_ctx *renew_tgt_ctx = talloc_get_type(private_data, local 255 struct renew_tgt_ctx *renew_tgt_ctx = talloc_get_type(data, local 264 renew_handler(struct renew_tgt_ctx *renew_tgt_ctx) argument 319 check_ccache_file(struct renew_tgt_ctx *renew_tgt_ctx, const char *ccache_file, const char *upn, const char *user_name) argument 384 check_ccache_files(struct renew_tgt_ctx *renew_tgt_ctx) argument [all...] |
H A D | krb5_common.h | 77 struct renew_tgt_ctx; 125 struct renew_tgt_ctx *renew_tgt_ctx; member in struct:krb5_ctx
|
Completed in 8 milliseconds