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

/gem5/src/arch/arm/insts/
H A Dcrypto.hh120 void sha256Op(uint32_t *X, uint32_t *Y, uint32_t *Z);
H A Dcrypto.cc278 Crypto::sha256Op( function in class:ArmISA::Crypto
329 sha256Op(&X[0], &Y[0], &Z[0]);
341 sha256Op(&Y[0], &X[0], &Z[0]);

Completed in 6 milliseconds