Lines Matching refs:ccache
350 krb5_ccache ccache, in get_new_tickets() argument
601 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache), in get_new_tickets()
616 ret = krb5_cc_move(context, tempccache, ccache); in get_new_tickets()
621 krb5_cc_switch(context, ccache); in get_new_tickets()
625 store_ntlmkey(context, ccache, ntlm_domain, &ntlmkey); in get_new_tickets()
640 krb5_cc_set_config(context, ccache, NULL, "realm-config", &data); in get_new_tickets()
689 krb5_ccache ccache; member
704 ctx->ccache, server_str, ctx->ticket_life); in renew_func()
712 ctx->ccache, ctx->ticket_life, 0); in renew_func()
716 krb5_afslog(ctx->context, ctx->ccache, NULL, NULL); in renew_func()
719 expire = ticket_lifetime(ctx->context, ctx->ccache, ctx->principal, in renew_func()
729 krb5_ccache ccache; in main() local
809 ret = krb5_cc_resolve(context, cred_cache, &ccache); in main()
813 ret = krb5_cc_new_unique(context, NULL, NULL, &ccache); in main()
817 krb5_cc_get_type(context, ccache), in main()
818 krb5_cc_get_name(context, ccache)); in main()
821 ret = krb5_cc_cache_match(context, principal, &ccache); in main()
824 ret = krb5_cc_default (context, &ccache); in main()
833 type = krb5_cc_get_type(context, ccache); in main()
835 krb5_cc_close(context, ccache); in main()
836 ret = krb5_cc_new_unique(context, type, NULL, &ccache); in main()
878 ccache, server_str, ticket_life); in main()
882 get_new_tickets(context, principal, ccache, ticket_life, 1); in main()
886 krb5_afslog(context, ccache, NULL, NULL); in main()
892 timeout = ticket_lifetime(context, ccache, principal, server_str) / 2; in main()
895 ctx.ccache = ccache; in main()
908 krb5_cc_destroy(context, ccache); in main()
914 krb5_cc_close (context, ccache); in main()