Searched refs:dec_round (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/arch/arm/crypto/ | 
| D | aes-ce-core.S | 23 	.macro		dec_round, state, key  macro 34 	dec_round	q0, \key1 35 	dec_round	q0, \key2 45 	dec_round	q0, \key1 60 	dec_round	q0, \key1 61 	dec_round	q1, \key1 62 	dec_round	q2, \key1 63 	dec_round	q0, \key2 64 	dec_round	q1, \key2 65 	dec_round	q2, \key2 [all …] 
 |