H A D | sm3-neon-core.S | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * sm3-neon-core.S - SM3 secure hash using NEON instructions 43 #define rc w5 macro 92 ror o, a, #(32 - n); 96 #define GG1_1(x, y, z, o, t) \ argument 97 eor o, x, y; 98 #define GG1_2(x, y, z, o, t) \ argument 100 #define GG1_3(x, y, z, o, t) argument 102 #define FF1_1(x, y, z, o, t) GG1_1(x, y, z, o, t) argument 103 #define FF1_2(x, y, z, o, t) argument [all …]
|