Searched refs:iv1r (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/crypto/stm32/ |
D | stm32-cryp.c | 157 u32 iv1r; member 347 stm32_cryp_write(cryp, cryp->caps->iv1r, be32_to_cpu(*iv++)); in stm32_cryp_hw_write_iv() 367 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1r)); in stm32_cryp_get_iv() 1379 cryp->last_ctr[3] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1r)); in stm32_cryp_check_ctr_counter() 1418 stm32_cryp_write(cryp, cryp->caps->iv1r, cryp->gcm_ctr - 2); in stm32_cryp_irq_write_gcm_padded_data() 1516 stm32_cryp_write(cryp, cryp->caps->iv1r, iv1tmp); in stm32_cryp_irq_write_ccm_padded_data() 1912 .iv1r = UX500_CRYP_IV1R, 1934 .iv1r = CRYP_IV1RR, 1956 .iv1r = CRYP_IV1RR,
|