Searched refs:dround (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/arm64/crypto/ |
D | sha512-ce-core.S | 83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 macro 150 dround 0, 1, 2, 3, 4, 20, 24, 12, 13, 19, 16, 17 151 dround 3, 0, 4, 2, 1, 21, 25, 13, 14, 12, 17, 18 152 dround 2, 3, 1, 4, 0, 22, 26, 14, 15, 13, 18, 19 153 dround 4, 2, 0, 1, 3, 23, 27, 15, 16, 14, 19, 12 154 dround 1, 4, 3, 0, 2, 24, 28, 16, 17, 15, 12, 13 156 dround 0, 1, 2, 3, 4, 25, 29, 17, 18, 16, 13, 14 157 dround 3, 0, 4, 2, 1, 26, 30, 18, 19, 17, 14, 15 158 dround 2, 3, 1, 4, 0, 27, 31, 19, 12, 18, 15, 16 159 dround 4, 2, 0, 1, 3, 28, 24, 12, 13, 19, 16, 17 [all …]
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-ce-core.S | 100 .macro do_block, dround, fround 103 \dround q8, q9 105 \dround q10, q11 107 \dround q12, q13 109 \dround q10, q11 112 \dround q12, q13 115 \dround q10, q11
|