Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/stm32/
Dstm32-cryp.c1410 u32 cstmp1[AES_BLOCK_32], cstmp2[AES_BLOCK_32], tmp[AES_BLOCK_32]; in stm32_cryp_irq_write_ccm_padded_data() local
1463 for (i = 0; i < ARRAY_SIZE(cstmp2); i++) in stm32_cryp_irq_write_ccm_padded_data()
1464 cstmp2[i] = stm32_cryp_read(cryp, CRYP_CSGCMCCM0R + i * 4); in stm32_cryp_irq_write_ccm_padded_data()
1479 tmp[i] ^= cstmp2[i]; in stm32_cryp_irq_write_ccm_padded_data()