Lines Matching refs:tmp

95   v32_t tmp;  in aes_compute_tables()  local
106 tmp.v8[0] = x2; in aes_compute_tables()
107 tmp.v8[1] = x1; in aes_compute_tables()
108 tmp.v8[2] = x1; in aes_compute_tables()
109 tmp.v8[3] = x3; in aes_compute_tables()
110 T0[i] = tmp.value; in aes_compute_tables()
112 tmp.v8[0] = x3; in aes_compute_tables()
113 tmp.v8[1] = x2; in aes_compute_tables()
114 tmp.v8[2] = x1; in aes_compute_tables()
115 tmp.v8[3] = x1; in aes_compute_tables()
116 T1[i] = tmp.value; in aes_compute_tables()
118 tmp.v8[0] = x1; in aes_compute_tables()
119 tmp.v8[1] = x3; in aes_compute_tables()
120 tmp.v8[2] = x2; in aes_compute_tables()
121 tmp.v8[3] = x1; in aes_compute_tables()
122 T2[i] = tmp.value; in aes_compute_tables()
124 tmp.v8[0] = x1; in aes_compute_tables()
125 tmp.v8[1] = x1; in aes_compute_tables()
126 tmp.v8[2] = x3; in aes_compute_tables()
127 tmp.v8[3] = x2; in aes_compute_tables()
128 T3[i] = tmp.value; in aes_compute_tables()
147 v32_t tmp; in aes_compute_inv_tables() local
158 tmp.v8[0] = xe; in aes_compute_inv_tables()
159 tmp.v8[1] = x9; in aes_compute_inv_tables()
160 tmp.v8[2] = xd; in aes_compute_inv_tables()
161 tmp.v8[3] = xb; in aes_compute_inv_tables()
162 U0[i] = tmp.value; in aes_compute_inv_tables()
164 tmp.v8[0] = xb; in aes_compute_inv_tables()
165 tmp.v8[1] = xe; in aes_compute_inv_tables()
166 tmp.v8[2] = x9; in aes_compute_inv_tables()
167 tmp.v8[3] = xd; in aes_compute_inv_tables()
168 U1[i] = tmp.value; in aes_compute_inv_tables()
170 tmp.v8[0] = xd; in aes_compute_inv_tables()
171 tmp.v8[1] = xb; in aes_compute_inv_tables()
172 tmp.v8[2] = xe; in aes_compute_inv_tables()
173 tmp.v8[3] = x9; in aes_compute_inv_tables()
174 U2[i] = tmp.value; in aes_compute_inv_tables()
176 tmp.v8[0] = x9; in aes_compute_inv_tables()
177 tmp.v8[1] = xd; in aes_compute_inv_tables()
178 tmp.v8[2] = xb; in aes_compute_inv_tables()
179 tmp.v8[3] = xe; in aes_compute_inv_tables()
180 U3[i] = tmp.value; in aes_compute_inv_tables()
182 tmp.v8[0] = tmp.v8[1] = tmp.v8[2] = tmp.v8[3] = x; in aes_compute_inv_tables()
183 U4[i] = tmp.value; in aes_compute_inv_tables()