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

/gem5/src/arch/arm/insts/
H A Dcrypto.hh121 void sha1Op(uint8_t *output, uint8_t *input, uint8_t *input2, SHAOp op);
H A Dcrypto.cc396 Crypto::sha1Op( function in class:ArmISA::Crypto
414 sha1Op(output, input, input2, CHOOSE);
423 sha1Op(output, input, input2, PARITY);
432 sha1Op(output, input, input2, MAJORITY);

Completed in 6 milliseconds