Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c109 int data_byte_mapping[ASPEED_ACRY_SRAM_MAX_LEN]; member
223 data_idx = acry_dev->data_byte_mapping[i]; in aspeed_acry_rsa_sg_copy_to_buffer()
229 data_idx = acry_dev->data_byte_mapping[i]; in aspeed_acry_rsa_sg_copy_to_buffer()
320 data_idx = acry_dev->data_byte_mapping[j]; in aspeed_acry_rsa_transfer()
686 acry_dev->data_byte_mapping[(i * 4)] = (j + 8) * 4; in aspeed_acry_sram_mapping()
687 acry_dev->data_byte_mapping[(i * 4) + 1] = (j + 8) * 4 + 1; in aspeed_acry_sram_mapping()
688 acry_dev->data_byte_mapping[(i * 4) + 2] = (j + 8) * 4 + 2; in aspeed_acry_sram_mapping()
689 acry_dev->data_byte_mapping[(i * 4) + 3] = (j + 8) * 4 + 3; in aspeed_acry_sram_mapping()