Searched refs:_blake2s_quarterround (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/crypto/arm/ |
| H A D | blake2s-core.S | 71 .macro _blake2s_quarterround a0, b0, c0, d0, a1, b1, c1, d1, s0, s1, s2, s3 macro 137 _blake2s_quarterround r0, r4, r8, r10, r1, r5, r9, r11, \ 146 _blake2s_quarterround r2, r6, r8, r10, r3, r7, r9, r11, \ 157 _blake2s_quarterround r0, r5, r8, r11, r1, r6, r9, r10, \ 167 _blake2s_quarterround r2, r7, r8, r10, r3, r4, r9, r11, \
|