Lines Matching defs:cctx
48 sss_ssh_cmd_get_user_pubkeys(struct cli_ctx *cctx)
53 cmd_ctx = talloc_zero(cctx, struct ssh_cmd_ctx);
57 cmd_ctx->cctx = cctx;
75 cmd_ctx->domain = responder_get_domain(cctx->rctx, cmd_ctx->domname);
81 cmd_ctx->domain = cctx->rctx->domains;
98 sss_ssh_cmd_get_host_pubkeys(struct cli_ctx *cctx)
103 cmd_ctx = talloc_zero(cctx, struct ssh_cmd_ctx);
107 cmd_ctx->cctx = cctx;
121 cmd_ctx->domain = responder_get_domain(cctx->rctx, cmd_ctx->domname);
127 cmd_ctx->domain = cctx->rctx->domains;
155 talloc_free(cb_ctx->cctx);
203 cmd_ctx->fqdn = sss_resp_create_fqname(cmd_ctx, cmd_ctx->cctx->rctx,
211 req = sss_dp_get_account_send(cmd_ctx, cmd_ctx->cctx->rctx,
228 cb_ctx->cctx = cmd_ctx->cctx;
334 req = sss_dp_get_ssh_host_send(cmd_ctx, cmd_ctx->cctx->rctx,
351 cb_ctx->cctx = cmd_ctx->cctx;
569 struct cli_ctx *cctx = cmd_ctx->cctx;
570 struct sss_domain_info *dom = cctx->rctx->domains;
571 struct ssh_ctx *ssh_ctx = (struct ssh_ctx *)cctx->rctx->pvt_ctx;
700 ssh_ctx = talloc_get_type(cmd_ctx->cctx->rctx->pvt_ctx, struct ssh_ctx);
701 pctx = talloc_get_type(cmd_ctx->cctx->protocol_ctx, struct cli_protocol);
779 cmd_ctx->cctx->rctx->domains,
821 struct cli_ctx *cctx = cmd_ctx->cctx;
835 ret = confdb_get_string(cctx->rctx->cdb, tmp_ctx,
927 pctx = talloc_get_type(cmd_ctx->cctx->protocol_ctx, struct cli_protocol);
987 ssh_ctx = talloc_get_type(cmd_ctx->cctx->rctx->pvt_ctx, struct ssh_ctx);
988 pctx = talloc_get_type(cmd_ctx->cctx->protocol_ctx, struct cli_protocol);
1109 struct cli_ctx *cctx = cmd_ctx->cctx;
1112 ret = sss_cmd_send_error(cctx, error);
1117 sss_cmd_done(cctx, cmd_ctx);
1128 pctx = talloc_get_type(cmd_ctx->cctx->protocol_ctx, struct cli_protocol);
1137 sss_cmd_done(cmd_ctx->cctx, cmd_ctx);
1164 talloc_free(cmd_ctx->cctx);