Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/stm32/
Dstm32-cryp.c1404 u32 cstmp1[AES_BLOCK_32], cstmp2[AES_BLOCK_32], tmp[AES_BLOCK_32]; in stm32_cryp_irq_write_ccm_padded_data() local
1423 for (i = 0; i < ARRAY_SIZE(cstmp1); i++) in stm32_cryp_irq_write_ccm_padded_data()
1424 cstmp1[i] = stm32_cryp_read(cryp, CRYP_CSGCMCCM0R + i * 4); in stm32_cryp_irq_write_ccm_padded_data()
1472 tmp[i] ^= cstmp1[i]; in stm32_cryp_irq_write_ccm_padded_data()