Lines Matching refs:handle
92 struct provider_handle **handle)
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);
651 struct provider_handle *handle;
654 handle = sctx->providers[i];
655 if (strcasecmp(handle->name, name) != 0) {
658 *out_handle = handle;
662 DEBUG(SSSDBG_MINOR_FAILURE, "No handle for provider %s\n", name);
666 int sec_add_provider(struct sec_ctx *sctx, struct provider_handle *handle)
677 sctx->providers[c] = talloc_steal(sctx, handle);