Searched defs:ssh_ctx (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/responder/ssh/ |
H A D | ssh_private.h | 30 struct ssh_ctx { struct 61 struct ssh_ctx *ssh_ctx,
|
H A D | ssh_cmd.c | 210 struct ssh_ctx *ssh_ctx; local 214 ssh_ctx = talloc_get_type(cmd_ctx->cli_ctx->rctx->pvt_ctx, struct ssh_ctx); 220 domain = ssh_get_result_domain(ssh_ctx->rctx, result, cmd_ctx->domain); 222 ssh_update_known_hosts_file(ssh_ctx->rctx->domains, domain, 223 cmd_ctx->name, ssh_ctx->hash_known_hosts, 224 ssh_ctx->known_hosts_timeout);
|
H A D | ssh_protocol.c | 79 struct ssh_ctx *ssh_ctx; local 83 ssh_ctx = talloc_get_type(cli_ctx->rctx->pvt_ctx, struct ssh_ctx); 91 ret = ssh_protocol_build_reply(pctx->creq->out, ssh_ctx, result);
|
H A D | sshsrv.c | 72 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 D | ssh_reply.c | 41 struct ssh_ctx *ssh_ctx, 65 ret = confdb_get_string(ssh_ctx->rctx->cdb, tmp_ctx, 99 ret = cert_to_ssh_key(tmp_ctx, ssh_ctx->ca_db, 195 struct ssh_ctx *ssh_ctx, 234 ret = get_valid_certs_keys(elements, ssh_ctx, user_cert, &elements[i]); 250 ret = get_valid_certs_keys(elements, ssh_ctx, user_cert, 297 struct ssh_ctx *ssh_ctx, 40 get_valid_certs_keys(TALLOC_CTX *mem_ctx, struct ssh_ctx *ssh_ctx, struct ldb_message_element *el_cert, struct ldb_message_element **_el_res) argument 194 ssh_get_output_keys(TALLOC_CTX *mem_ctx, struct ssh_ctx *ssh_ctx, struct sss_domain_info *domain, struct ldb_message *msg, struct ldb_message_element ***_elements, uint32_t *_num_keys) argument 296 ssh_protocol_build_reply(struct sss_packet *packet, struct ssh_ctx *ssh_ctx, struct cache_req_result *result) argument [all...] |
Completed in 15 milliseconds