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

/sssd/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.h37 struct sec_ctx { struct
H A Dsecsrv_private.h100 int sec_get_provider(struct sec_ctx *sctx, const char *name,
102 int sec_add_provider(struct sec_ctx *sctx, struct provider_handle *handle);
H A Dsecsrv.c36 static int sec_get_config(struct sec_ctx *sctx)
126 struct sec_ctx *sctx;
142 sctx = talloc_zero(rctx, struct sec_ctx);
144 DEBUG(SSSDBG_FATAL_FAILURE, "fatal error initializing sec_ctx\n");
H A Dproviders.c52 struct sec_ctx *sctx;
59 sctx = talloc_get_type(secreq->cctx->rctx->pvt_ctx, struct sec_ctx);
509 int sec_get_provider(struct sec_ctx *sctx, const char *name,
527 int sec_add_provider(struct sec_ctx *sctx, struct provider_handle *handle)
H A Dlocal.c970 int local_secrets_provider_handle(struct sec_ctx *sctx,
H A Dproxy.c1020 int proxy_secrets_provider_handle(struct sec_ctx *sctx,

Completed in 1377 milliseconds