Searched refs:sctx (Results 1 - 8 of 8) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dsecsrv_local.h25 int local_secrets_provider_handle(struct sec_ctx *sctx,
H A Dsecsrv_proxy.h25 int proxy_secrets_provider_handle(struct sec_ctx *sctx,
H A Dsecsrv.c46 static int sec_get_quota(struct sec_ctx *sctx, argument
56 ret = confdb_get_int(sctx->rctx->cdb,
69 ret = confdb_get_int(sctx->rctx->cdb,
82 ret = confdb_get_int(sctx->rctx->cdb,
95 ret = confdb_get_int(sctx->rctx->cdb,
111 static int sec_get_hive_config(struct sec_ctx *sctx, argument
122 tmp_ctx = talloc_new(sctx);
127 hive_config->confdb_section = talloc_asprintf(sctx,
135 ret = sec_get_quota(sctx,
150 || (sctx
166 sec_get_config(struct sec_ctx *sctx) argument
274 struct sec_ctx *sctx; local
[all...]
H A Dproviders.c94 struct sec_ctx *sctx; local
102 sctx = talloc_get_type(secreq->cctx->rctx->pvt_ctx, struct sec_ctx);
192 ret = sec_get_provider(sctx, provider, handle);
195 ret = local_secrets_provider_handle(sctx, handle);
197 ret = proxy_secrets_provider_handle(sctx, handle);
204 ret = sec_add_provider(sctx, *handle);
648 int sec_get_provider(struct sec_ctx *sctx, const char *name, argument
653 for (int i = 0; sctx->providers && sctx->providers[i]; i++) {
654 handle = sctx
666 sec_add_provider(struct sec_ctx *sctx, struct provider_handle *handle) argument
[all...]
H A Dsecsrv_private.h102 int sec_get_provider(struct sec_ctx *sctx, const char *name,
104 int sec_add_provider(struct sec_ctx *sctx, struct provider_handle *handle);
H A Dproxy.c572 int proxy_secrets_provider_handle(struct sec_ctx *sctx, argument
578 handle = talloc_zero(sctx, struct provider_handle);
587 pctx->cdb = sctx->rctx->cdb;
588 pctx->tcurl = tcurl_init(pctx, sctx->rctx->ev);
H A Dlocal.c1101 int local_secrets_provider_handle(struct sec_ctx *sctx, argument
1114 handle = talloc_zero(sctx, struct provider_handle);
1135 lctx->quota_secrets = &sctx->sec_config.quota;
1136 lctx->quota_kcm = &sctx->kcm_config.quota;
/sssd-io/src/tools/
H A Dsss_seed.c447 struct seed_ctx *sctx = NULL; local
480 sctx = talloc_zero(tmp_ctx, struct seed_ctx);
481 if (sctx == NULL) {
487 sctx->uctx = talloc_zero(sctx, struct user_ctx);
488 if (sctx->uctx == NULL) {
517 sctx->interact = true;
540 sctx->uctx->domain_name = talloc_strdup(sctx->uctx, pc_domain);
541 if (sctx
721 seed_cache_user(struct seed_ctx *sctx) argument
779 struct seed_ctx *sctx = NULL; local
[all...]

Completed in 239 milliseconds