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

/gem5/src/arch/arm/insts/
H A Dcrypto.hh77 uint8_t aesFFMul(uint8_t a, uint8_t b);
H A Dcrypto.cc166 Crypto::aesFFMul(uint8_t a, uint8_t b) function in class:ArmISA::Crypto
249 aesFFMul(0x0e, input[index0]) ^ aesFFMul(0x0b, input[index1]) ^
250 aesFFMul(0x0d, input[index2]) ^ aesFFMul(0x09, input[index3]);

Completed in 5 milliseconds