last_ctr 165 drivers/crypto/stm32/stm32-cryp.c u32 last_ctr[4]; last_ctr 1210 drivers/crypto/stm32/stm32-cryp.c if (unlikely(cryp->last_ctr[3] == 0xFFFFFFFF)) { last_ctr 1211 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[3] = 0; last_ctr 1212 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[2]++; last_ctr 1213 drivers/crypto/stm32/stm32-cryp.c if (!cryp->last_ctr[2]) { last_ctr 1214 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[1]++; last_ctr 1215 drivers/crypto/stm32/stm32-cryp.c if (!cryp->last_ctr[1]) last_ctr 1216 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[0]++; last_ctr 1222 drivers/crypto/stm32/stm32-cryp.c stm32_cryp_hw_write_iv(cryp, (u32 *)cryp->last_ctr); last_ctr 1227 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[0] = stm32_cryp_read(cryp, CRYP_IV0LR); last_ctr 1228 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[1] = stm32_cryp_read(cryp, CRYP_IV0RR); last_ctr 1229 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[2] = stm32_cryp_read(cryp, CRYP_IV1LR); last_ctr 1230 drivers/crypto/stm32/stm32-cryp.c cryp->last_ctr[3] = stm32_cryp_read(cryp, CRYP_IV1RR);