Searched defs:sctx (Results 1 - 5 of 5) sorted by relevance
/sssd/src/responder/secrets/ |
H A D | secsrv.c | 36 static int sec_get_config(struct sec_ctx *sctx) argument 40 ret = confdb_get_int(sctx->rctx->cdb, 41 sctx->rctx->confdb_service_path, 44 &sctx->fd_limit); 51 ret = confdb_get_int(sctx->rctx->cdb, 52 sctx->rctx->confdb_service_path, 55 &sctx->containers_nest_level); 63 ret = confdb_get_int(sctx->rctx->cdb, 64 sctx->rctx->confdb_service_path, 67 &sctx 126 struct sec_ctx *sctx; local [all...] |
H A D | providers.c | 52 struct sec_ctx *sctx; local 59 sctx = talloc_get_type(secreq->cctx->rctx->pvt_ctx, struct sec_ctx); 136 ret = sec_get_provider(sctx, provider, handle); 139 ret = local_secrets_provider_handle(sctx, handle); 141 ret = proxy_secrets_provider_handle(sctx, handle); 148 ret = sec_add_provider(sctx, *handle); 509 int sec_get_provider(struct sec_ctx *sctx, const char *name, argument 514 for (int i = 0; sctx->providers && sctx->providers[i]; i++) { 515 handle = sctx 527 sec_add_provider(struct sec_ctx *sctx, struct provider_handle *handle) argument [all...] |
H A D | local.c | 970 int local_secrets_provider_handle(struct sec_ctx *sctx, argument 983 handle = talloc_zero(sctx, struct provider_handle); 1004 lctx->containers_nest_level = sctx->containers_nest_level; 1005 lctx->max_secrets = sctx->max_secrets; 1006 lctx->max_payload_size = sctx->max_payload_size;
|
H A D | proxy.c | 1020 int proxy_secrets_provider_handle(struct sec_ctx *sctx, argument 1026 handle = talloc_zero(sctx, struct provider_handle); 1035 pctx->resctx = sctx->resctx; 1036 pctx->cdb = sctx->rctx->cdb;
|
/sssd/src/tools/ |
H A D | sss_seed.c | 447 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 51 milliseconds