Lines Matching defs:ssh_ctx
571 struct ssh_ctx *ssh_ctx = (struct ssh_ctx *)cctx->rctx->pvt_ctx;
590 ssh_ctx->known_hosts_timeout);
636 if (ssh_ctx->hash_known_hosts) {
687 struct ssh_ctx *ssh_ctx;
700 ssh_ctx = talloc_get_type(cmd_ctx->cctx->rctx->pvt_ctx, struct ssh_ctx);
764 ret = sss_parse_name(cmd_ctx, ssh_ctx->snctx, name,
811 struct ssh_ctx *ssh_ctx,
869 ret = cert_to_ssh_key(tmp_ctx, ssh_ctx->ca_db,
902 struct ssh_ctx *ssh_ctx,
984 struct ssh_ctx *ssh_ctx;
987 ssh_ctx = talloc_get_type(cmd_ctx->cctx->rctx->pvt_ctx, struct ssh_ctx);
1024 ret = get_valid_certs_keys(cmd_ctx, cmd_ctx, el_user_cert, ssh_ctx,
1068 ret = decode_and_add_base64_data(cmd_ctx, el, false, ssh_ctx,
1075 ret = decode_and_add_base64_data(cmd_ctx, el_orig, false, ssh_ctx,
1082 ret = decode_and_add_base64_data(cmd_ctx, el_override, false, ssh_ctx,
1089 ret = decode_and_add_base64_data(cmd_ctx, el_user_cert_keys, true, ssh_ctx,