CRYP_IV1RR        392 drivers/crypto/stm32/stm32-cryp.c 		stm32_cryp_write(cryp, CRYP_IV1RR, cpu_to_be32(*iv++));
CRYP_IV1RR        409 drivers/crypto/stm32/stm32-cryp.c 		*tmp++ = cpu_to_be32(stm32_cryp_read(cryp, CRYP_IV1RR));
CRYP_IV1RR       1230 drivers/crypto/stm32/stm32-cryp.c 	cryp->last_ctr[3] = stm32_cryp_read(cryp, CRYP_IV1RR);
CRYP_IV1RR       1330 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV1RR, cryp->gcm_ctr - 2);
CRYP_IV1RR       1433 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV1RR, iv1tmp);