Re: [RFC PATCH] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288

2015-12-06 Thread Zain
在 2015年12月05日 20:36, Corentin LABBE 写道: > Le 05/12/2015 07:30, Zain Wang a écrit : >> Add md5 sha1 sha256 support for crypto engine in rk3288. >> This patch can't support multiple updatings because of limited of IC, >> as result, it can't support import and export too. >> >> Signed-off-by: Zain W

Re: [RFC PATCH] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288

2015-12-06 Thread Zain
在 2015年12月05日 20:22, Stephan Mueller 写道: > Am Samstag, 5. Dezember 2015, 14:30:25 schrieb Zain Wang: > > Hi Zain, > >> Add md5 sha1 sha256 support for crypto engine in rk3288. >> This patch can't support multiple updatings because of limited of IC, >> as result, it can't support import and export

Re: crypto/nx842: Ignore queue overflow informative error

2015-12-06 Thread Daniel Axtens
Haren Myneni writes: > NX842 coprocessor sets bit 3 if queue is overflow. It is just for > information to the user. So the driver prints this informative message > and ignores it. What queue, and what happens when the queue overflows? It seems like *something* would need to be done, somewhere, b