Searched refs:sss_authtok_set_ccfile (Results 1 - 5 of 5) sorted by relevance

/sssd/src/util/
H A Dauthtok.h116 errno_t sss_authtok_set_ccfile(struct sss_auth_token *tok,
H A Dauthtok.c175 errno_t sss_authtok_set_ccfile(struct sss_auth_token *tok, function
195 return sss_authtok_set_ccfile(tok, (const char *)data, len);
/sssd/src/providers/krb5/
H A Dkrb5_renew_tgt.c605 ret = sss_authtok_set_ccfile(renew_data->pd->authtok, renew_data->ccfile, 0);
H A Dkrb5_child.c1856 ret = sss_authtok_set_ccfile(tok, (char *)(buf + *p), 0);
/sssd/src/tests/cmocka/
H A Dtest_authtok.c162 ret = sss_authtok_set_ccfile(ts->authtoken, data, len);

Completed in 22 milliseconds