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

/gem5/src/arch/arm/insts/
H A Dcrypto.cc259 uint8_t temp1[16]; local
261 aesAddRoundKey(&temp1[0], input, key);
262 aesShiftRows(&temp2[0], &temp1[0]);
270 uint8_t temp1[16]; local
272 aesAddRoundKey(&temp1[0], input, key);
273 aesInvShiftRows(&temp2[0], &temp1[0]);

Completed in 6 milliseconds