Searched refs:enc_round (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm/crypto/ |
| H A D | aes-ce-core.S | 16 .macro enc_round, state, key macro 27 enc_round q0, \key1 28 enc_round q0, \key2 37 enc_round q0, \key1 49 enc_round q0, \key1 50 enc_round q1, \key1 51 enc_round q2, \key1 52 enc_round q3, \key1 53 enc_round q0, \key2 54 enc_round q1, \key2 [all …]
|