Searched refs:enc_round (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/arch/arm/crypto/ | 
| D | aes-ce-core.S | 18 	.macro		enc_round, state, key  macro 29 	enc_round	q0, \key1 30 	enc_round	q0, \key2 39 	enc_round	q0, \key1 51 	enc_round	q0, \key1 52 	enc_round	q1, \key1 53 	enc_round	q2, \key1 54 	enc_round	q0, \key2 55 	enc_round	q1, \key2 56 	enc_round	q2, \key2 [all …] 
 |