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

/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp705 void ShiftRows_Left_Rotate(sc_uint<8> a[4][4]);
829 (void)ShiftRows_Left_Rotate(R);
830 //printf("%d: ", (int)i); Dump_R("AES_Encrypt::ShiftRows_Left_Rotate", R);
842 (void)ShiftRows_Left_Rotate(R);
843 //printf("%d: ", 10); Dump_R("AES_Encrypt::ShiftRows_Left_Rotate", R);
879 AES_Encrypt::ShiftRows_Left_Rotate(sc_uint<8> a[4][4]) function in class:AES_Encrypt

Completed in 7 milliseconds