Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/iaa/
Diaa_crypto_comp_fixed.c58 struct aecs_comp_table_record *comp_table = mode->aecs_comp_table; in init_fixed_mode() local
63 comp_table->crc = 0; in init_fixed_mode()
64 comp_table->xor_checksum = 0; in init_fixed_mode()
65 offset = comp_table->num_output_accum_bits / 8; in init_fixed_mode()
66 comp_table->output_accum[offset] = FIXED_HDR | bfinal; in init_fixed_mode()
67 comp_table->num_output_accum_bits = FIXED_HDR_SIZE; in init_fixed_mode()