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

/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp7 Dump_R(char *s, sc_uint<8> X[4][4]) function
320 //Dump_R("AES_Descrypt::Input R", R);
345 //Dump_R("AES_Descrypt::Output R", R);
394 //Dump_R("10: AES_Decrypt::AddRoundKey", R);
397 //printf("%d: ", 10); Dump_R("AES_Decrypt::Substitution_Si", R);
400 //printf("%d: ", 10); Dump_R("AES_Decrypt::ShiftRows_Right_Rotate", R);
404 //printf("%d: ", (int)i); Dump_R("AES_Decrypt::AddRoundKey", R);
407 //printf("%d: ", (int)i); Dump_R("AES_Decrypt::InvMixColums", R);
410 //printf("%d: ", (int)i); Dump_R("AES_Decrypt::Substitution_Si", R);
413 //printf("%d: ", (int)i); Dump_R("AES_Decryp
[all...]

Completed in 4 milliseconds