Re: [patch 0/2] remove setkey function in VIA's padlock

2007-11-10 Thread Sebastian Siewior
* Michal Ludvig | 2007-11-05 12:54:50 [+1300]: > I'll test and get back to you. thx. > >> I have one question regarding the size of the expanded key: You reserve >> 64 * 4 bytes for each key but it seems that you use only 60 * 4 bytes. >> Are the other bytes used by the hardware or did you alloca

Re: [patch 0/2] remove setkey function in VIA's padlock

2007-11-04 Thread Michal Ludvig
Sebastian Siewior wrote: Hello Michal, you wrote the padlock-aes driver so you probably have the hardware for testing :) The setkey function in the driver's code looks like it expands the key the same way like the new crypto_aes_set_key() I've posted earlier [1], [2]. Could you please test this