Searched refs:_next_xts_tweak (Results 1 – 1 of 1) sorted by relevance
/arch/arm64/crypto/ |
D | speck-neon-core.S | 165 .macro _next_xts_tweak next, cur, tmp, n macro 247 _next_xts_tweak TWEAKV1, TWEAKV0, TMP0, \n 248 _next_xts_tweak TWEAKV2, TWEAKV1, TMP0, \n 249 _next_xts_tweak TWEAKV3, TWEAKV2, TMP0, \n 250 _next_xts_tweak TWEAKV4, TWEAKV3, TMP0, \n 251 _next_xts_tweak TWEAKV5, TWEAKV4, TMP0, \n 252 _next_xts_tweak TWEAKV6, TWEAKV5, TMP0, \n 253 _next_xts_tweak TWEAKV7, TWEAKV6, TMP0, \n 254 _next_xts_tweak TWEAKV_NEXT, TWEAKV7, TMP0, \n
|