Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-28 Thread Horshack ‪‬
Part of the refinement to get the test to fail faster was changing the _W operand from 64 to 32-bits, which also eliminated the use of the neon/vfp registers. You can see the revised disassembly here: https://github.com/horshack-dpreview/ipq8065-sqrbug/blob/master/sqr.c. The essential nature of

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-28 Thread Sebastian Gottschall
i can exclude neon code for dd-wrt in dropbear if it helps. but would be greater to nail down the problem. otherwise other programms would be likelly affected too Am 28.03.2020 um 21:06 schrieb Horshack ‪‬: As a postscript, I was able to refine the logic to produce the corrupted result almost

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-28 Thread Horshack ‪‬
As a postscript, I was able to refine the logic to produce the corrupted result almost instantaneously. I'm also able to get it to fail with an all-zero input dataset and a bitwise OR operation instead of the original squaring multiplication operations, which allows me to see what actual corrupt