Searched refs:temp2 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dcrypto.cc260 uint8_t temp2[16]; local
262 aesShiftRows(&temp2[0], &temp1[0]);
263 aesSubBytes(output, &temp2[0]);
271 uint8_t temp2[16]; local
273 aesInvShiftRows(&temp2[0], &temp1[0]);
274 aesInvSubBytes(output, &temp2[0]);

Completed in 4 milliseconds