CRYP_IV0RR        388 drivers/crypto/stm32/stm32-cryp.c 	stm32_cryp_write(cryp, CRYP_IV0RR, cpu_to_be32(*iv++));
CRYP_IV0RR        405 drivers/crypto/stm32/stm32-cryp.c 	*tmp++ = cpu_to_be32(stm32_cryp_read(cryp, CRYP_IV0RR));
CRYP_IV0RR       1228 drivers/crypto/stm32/stm32-cryp.c 	cryp->last_ctr[1] = stm32_cryp_read(cryp, CRYP_IV0RR);