Searched refs:dec_round (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-ce-core.S | 21 .macro dec_round, state, key macro 32 dec_round q0, \key1 33 dec_round q0, \key2 43 dec_round q0, \key1 60 dec_round q0, \key1 61 dec_round q1, \key1 62 dec_round q2, \key1 63 dec_round q3, \key1 64 dec_round q0, \key2 65 dec_round q1, \key2 [all …]
|