Lines Matching defs:last_ctr
198 __be32 last_ctr[4];
1228 memset(cryp->last_ctr, 0, sizeof(cryp->last_ctr));
1360 if (unlikely(cryp->last_ctr[3] == cpu_to_be32(0xFFFFFFFF))) {
1365 crypto_inc((u8 *)cryp->last_ctr, sizeof(cryp->last_ctr));
1370 stm32_cryp_hw_write_iv(cryp, cryp->last_ctr);
1376 cryp->last_ctr[0] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0l));
1377 cryp->last_ctr[1] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0r));
1378 cryp->last_ctr[2] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1l));
1379 cryp->last_ctr[3] = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1r));