Searched defs:ssh_ctx (Results 1 - 3 of 3) sorted by relevance

/sssd/src/responder/ssh/
H A Dsshsrv_private.h29 struct ssh_ctx { struct
H A Dsshsrv.c72 struct ssh_ctx *ssh_ctx; local
94 ssh_ctx = talloc_zero(rctx, struct ssh_ctx);
95 if (!ssh_ctx) {
96 DEBUG(SSSDBG_FATAL_FAILURE, "fatal error initializing ssh_ctx\n");
101 ssh_ctx->rctx = rctx;
102 ssh_ctx->rctx->pvt_ctx = ssh_ctx;
104 ret = sss_names_init_from_args(ssh_ctx,
[all...]
H A Dsshsrv_cmd.c571 struct ssh_ctx *ssh_ctx = (struct ssh_ctx *)cctx->rctx->pvt_ctx; local
590 ssh_ctx->known_hosts_timeout);
636 if (ssh_ctx->hash_known_hosts) {
687 struct ssh_ctx *ssh_ctx; local
700 ssh_ctx = talloc_get_type(cmd_ctx->cctx->rctx->pvt_ctx, struct ssh_ctx);
764 ret = sss_parse_name(cmd_ctx, ssh_ctx
808 get_valid_certs_keys(TALLOC_CTX *mem_ctx, struct ssh_cmd_ctx *cmd_ctx, struct ldb_message_element *el_cert, struct ssh_ctx *ssh_ctx, struct ldb_message_element **_el_res) argument
899 decode_and_add_base64_data(struct ssh_cmd_ctx *cmd_ctx, struct ldb_message_element *el, bool skip_base64_decode, struct ssh_ctx *ssh_ctx, size_t fqname_len, const char *fqname, size_t *c) argument
984 struct ssh_ctx *ssh_ctx; local
[all...]

Completed in 1239 milliseconds