Searched refs:ccfile (Results 1 - 4 of 4) sorted by relevance

/sssd/src/util/
H A Dauthtok.h94 * @param ccfile A pointer to a const char *, that will point to a null
103 const char **ccfile, size_t *len);
110 * @param ccfile A null terminated string
117 const char *ccfile, size_t len);
H A Dauthtok.c86 const char **ccfile, size_t *len)
95 *ccfile = (const char *)tok->data;
176 const char *ccfile, size_t len)
181 "ccfile", ccfile, len);
85 sss_authtok_get_ccfile(struct sss_auth_token *tok, const char **ccfile, size_t *len) argument
175 sss_authtok_set_ccfile(struct sss_auth_token *tok, const char *ccfile, size_t len) argument
/sssd/src/providers/krb5/
H A Dkrb5_renew_tgt.c44 const char *ccfile; member in struct:renew_data
178 "Checking [%s] for renewal at [%.24s].\n", renew_data->ccfile,
219 "Failed to renew TGT in [%s].\n", renew_data->ccfile);
543 errno_t add_tgt_to_renew_table(struct krb5_ctx *krb5_ctx, const char *ccfile, argument
581 if (ccfile[0] == '/') {
582 renew_data->ccfile = talloc_asprintf(renew_data, "FILE:%s", ccfile);
583 if (renew_data->ccfile == NULL) {
589 renew_data->ccfile = talloc_strdup(renew_data, ccfile);
[all...]
H A Dkrb5_auth.h129 errno_t add_tgt_to_renew_table(struct krb5_ctx *krb5_ctx, const char *ccfile,

Completed in 952 milliseconds