Searched refs:round3 (Results 1 – 3 of 3) sorted by relevance
| /src/lib/libmd/aarch64/ |
| H A D | sha1block.S | 112 .macro round3 a, b, c, d, e, w_i, w_i3, w_i8, w_i14 macro 208 round3 a, b, c, d, e, w_8, w_5, w_0, w_10 209 round3 e, a, b, c, d, w_9, w_6, w_1, w_11 210 round3 d, e, a, b, c, w_10, w_7, w_2, w_12 211 round3 c, d, e, a, b, w_11, w_8, w_3, w_13 212 round3 b, c, d, e, a, w_12, w_9, w_4, w_14 214 round3 a, b, c, d, e, w_13, w_10, w_5, w_15 215 round3 e, a, b, c, d, w_14, w_11, w_6, w_0 216 round3 d, e, a, b, c, w_15, w_12, w_7, w_1 217 round3 c, d, e, a, b, w_0, w_13, w_8, w_2 [all …]
|
| /src/lib/libmd/amd64/ |
| H A D | sha1block.S | 121 .macro round3 a, b, c, d, e, index macro 212 round3 %eax, %ebx, %ecx, %edx, %ebp, 40 213 round3 %ebp, %eax, %ebx, %ecx, %edx, 41 214 round3 %edx, %ebp, %eax, %ebx, %ecx, 42 215 round3 %ecx, %edx, %ebp, %eax, %ebx, 43 216 round3 %ebx, %ecx, %edx, %ebp, %eax, 44 218 round3 %eax, %ebx, %ecx, %edx, %ebp, 45 219 round3 %ebp, %eax, %ebx, %ecx, %edx, 46 220 round3 %edx, %ebp, %eax, %ebx, %ecx, 47 221 round3 %ecx, %edx, %ebp, %eax, %ebx, 48 [all …]
|
| H A D | md5block.S | 163 .macro round3 a, b, c, d, k, m, s macro 183 round3 %eax, %ebx, %ecx, %edx, \k0, 7*\i+ 0, 6 184 round3 %edx, %eax, %ebx, %ecx, \k1, 7*\i+ 7, 10 185 round3 %ecx, %edx, %eax, %ebx, \k2, 7*\i+14, 15 186 round3 %ebx, %ecx, %edx, %eax, \k3, 7*\i+21, 21
|