Searched refs:round_Nx (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-ce.S | 66 .macro round_Nx, enc, k, i0, i1, i2, i3 macro 99 round_Nx \enc, v17, \i0, \i1, \i2, \i3 100 round_Nx \enc, v18, \i0, \i1, \i2, \i3 101 1111: round_Nx \enc, v19, \i0, \i1, \i2, \i3 102 round_Nx \enc, v20, \i0, \i1, \i2, \i3 104 round_Nx \enc, \key, \i0, \i1, \i2, \i3
|