linux/drivers/crypto/intel/iaa/iaa_crypto_comp_fixed.c

// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2021 Intel Corporation. All rights rsvd. */

#include "idxd.h"
#include "iaa_crypto.h"

/*
 * Fixed Huffman tables the IAA hardware requires to implement RFC-1951.
 */
static const u32 fixed_ll_sym[286] =;

static const u32 fixed_d_sym[30] =;

static int init_fixed_mode(struct iaa_device_compression_mode *mode)
{}

int iaa_aecs_init_fixed(void)
{}

void iaa_aecs_cleanup_fixed(void)
{}