• Home
  • Raw
  • Download

Lines Matching refs:q0

29 	enc_round	q0, \key1
30 enc_round q0, \key2
34 dec_round q0, \key1
35 dec_round q0, \key2
39 enc_round q0, \key1
40 aese.8 q0, \key2
41 veor q0, q0, \key3
45 dec_round q0, \key1
46 aesd.8 q0, \key2
47 veor q0, q0, \key3
51 enc_round q0, \key1
54 enc_round q0, \key2
60 dec_round q0, \key1
63 dec_round q0, \key2
69 enc_round q0, \key1
72 aese.8 q0, \key2
75 veor q0, q0, \key3
81 dec_round q0, \key1
84 aesd.8 q0, \key2
87 veor q0, q0, \key3
172 vld1.8 {q0-q1}, [r1, :64]!
175 vst1.8 {q0-q1}, [r0, :64]!
182 vld1.8 {q0}, [r1, :64]!
184 vst1.8 {q0}, [r0, :64]!
198 vld1.8 {q0-q1}, [r1, :64]!
201 vst1.8 {q0-q1}, [r0, :64]!
208 vld1.8 {q0}, [r1, :64]!
210 vst1.8 {q0}, [r0, :64]!
226 vld1.8 {q0}, [r5]
230 veor q0, q0, q1 @ ..and xor with iv
232 vst1.8 {q0}, [r0, :64]!
235 vst1.8 {q0}, [r5]
247 vld1.8 {q0-q1}, [r1, :64]!
249 vmov q3, q0
253 veor q0, q0, q6
257 vst1.8 {q0-q1}, [r0, :64]!
265 vld1.8 {q0}, [r1, :64]! @ get next ct block
267 vmov q6, q0
269 vst1.8 {q0}, [r0, :64]!
294 vmov q0, q6
306 veor q0, q0, q3
310 vst1.8 {q0-q1}, [r0, :64]!
318 vmov q0, q6
323 veor q3, q0, q3
381 vld1.8 {q0}, [r5] @ load iv
385 @ Encrypt the IV in q0 with the second AES key. This should only
398 vmov q3, q0
408 vld1.8 {q0-q1}, [r1, :64]! @ get 3 pt blocks
411 veor q0, q0, q3
416 veor q0, q0, q3
419 vst1.8 {q0-q1}, [r0, :64]! @ write 3 ct blocks
429 vld1.8 {q0}, [r1, :64]!
430 veor q0, q0, q3
432 veor q0, q0, q3
433 vst1.8 {q0}, [r0, :64]!
449 vmov q3, q0
459 vld1.8 {q0-q1}, [r1, :64]! @ get 3 ct blocks
462 veor q0, q0, q3
467 veor q0, q0, q3
470 vst1.8 {q0-q1}, [r0, :64]! @ write 3 pt blocks
480 vld1.8 {q0}, [r1, :64]!
481 veor q0, q0, q3
484 veor q0, q0, q3
485 vst1.8 {q0}, [r0, :64]!
502 veor q0, q0, q0
503 aese.8 q0, q1
513 vld1.8 {q0}, [r1]
514 aesimc.8 q0, q0
515 vst1.8 {q0}, [r0]