Home
last modified time | relevance | path

Searched refs:ll_table_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/crypto/intel/iaa/
Diaa_crypto.h117 int ll_table_size; member
126 int ll_table_size,
Diaa_crypto_main.c325 int ll_table_size, in add_iaa_compression_mode() argument
350 mode->ll_table = kmemdup(ll_table, ll_table_size, GFP_KERNEL); in add_iaa_compression_mode()
353 mode->ll_table_size = ll_table_size; in add_iaa_compression_mode()
443 memcpy(device_mode->aecs_comp_table->ll_sym, mode->ll_table, mode->ll_table_size); in init_device_compression_mode()