Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 5 Aug 2013 19:19:07 +0200
From: Katja Malvoni <kmalvoni@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Parallella: bcrypt

I run self test until it stalled. It happens in while loop on host side.
One of the cores (first time it was 14, second time 13, third time 15)
stalls somewhere before do while loop. I checked shared DRAM, 16 is written
in memory for both start arrays for that specific core so conditions in
while loops are true but it never reaches BF_crypt() call nor resetting
start flags. I also added writing different number instead of result after
every line in main on Epiphany side - core that stalls never reached first
write that was before do while loop. Only zeroes were in memory for result
and core_done flag for that core. All the other cores except the one that
stalls work correct. And it happens only in first cryp_all call. So far it
never happened in the middle of computation. It seems as that one core
never starts computation.

Katja

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.