Re: [PATCH 00/14] crypto: inside-secure - self-test fixes

2019-06-05 Thread Herbert Xu
On Mon, May 27, 2019 at 04:50:52PM +0200, Antoine Tenart wrote: > Hello, > > The crypto runtime self-tests were improved and thanks to this we > spotted new issues within the Inside Secure SafeXcel cryptographic > engine driver: > - Intermediate IV were not retrieved from the hardware nor copied t

[PATCH 00/14] crypto: inside-secure - self-test fixes

2019-05-27 Thread Antoine Tenart
Hello, The crypto runtime self-tests were improved and thanks to this we spotted new issues within the Inside Secure SafeXcel cryptographic engine driver: - Intermediate IV were not retrieved from the hardware nor copied to the quest IV buffer for cbc(aes/des). - HMAC updates wasn't supported. -