Lines Matching refs:CTR
315 * This macro generates the code for CTR and XCTR mode.
328 CTR .req x11 // XCTR only
339 * Keep 64 bits of the IV in a register. For CTR mode this lets us
368 add CTR, CTR, BLOCKS
378 sub x6, CTR, #MAX_STRIDE - 1
379 sub x7, CTR, #MAX_STRIDE - 2
380 sub x8, CTR, #MAX_STRIDE - 3
381 sub x9, CTR, #MAX_STRIDE - 4
382 ST5( sub x10, CTR, #MAX_STRIDE - 5 )
474 st1 {vctr.16b}, [IV] /* return next CTR value */
545 * accesses, XCTR and CTR modes must use a temporary buffer when
581 .unreq CTR // XCTR only