Lines Matching full:ctr
86 * void ce_aes_ccm_final(u8 mac[], u8 const ctr[], u8 const rk[],
127 ldr x8, [x6, #8] /* load lower ctr */
129 CPU_LE( rev x8, x8 ) /* keep swabbed ctr in reg */
131 ld1 {v1.8b}, [x6] /* load upper ctr */
137 ins v1.d[1], x9 /* no carry in lower ctr */
171 eor v1.16b, v1.16b, v2.16b /* xor with crypted ctr */
173 eor v2.16b, v2.16b, v1.16b /* xor with crypted ctr */
181 str x8, [x6, #8] /* store lsb end of ctr (BE) */
189 umov w6, v1.b[0] /* get top crypted ctr byte */
203 ext v1.16b, v1.16b, v1.16b, #1 /* shift out ctr byte */
210 * u8 ctr[]);
213 * u8 ctr[]);