Home | History | Annotate | Download | only in axtls

Lines Matching refs:tin

264     uint32_t tin[4];
281 tin[0] = tin0^tout0;
282 tin[1] = tin1^tout1;
283 tin[2] = tin2^tout2;
284 tin[3] = tin3^tout3;
286 AES_encrypt(ctx, tin);
288 tout0 = tin[0];
290 tout1 = tin[1];
292 tout2 = tin[2];
294 tout3 = tin[3];