Searched refs:_halfround (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/arm/crypto/ |
D | chacha-scalar-core.S | 71 .macro _halfround a1, b1, c1, d1, a2, b2, c2, d2 macro 107 _halfround X0, X4, X8_X10, X12, X1, X5, X9_X11, X13 114 _halfround X2, X6, X8_X10, X14, X3, X7, X9_X11, X15 122 _halfround X0, X5, X8_X10, X15, X1, X6, X9_X11, X12 129 _halfround X2, X7, X8_X10, X13, X3, X4, X9_X11, X14
|