Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1329177
| From | Cyrille Pitchen <cyrille.pitchen@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation |
| Date | 2016-02-08 16:30 +0100 |
| Message-ID | <qZVVf-782-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series of patches includes two fixes for the atmel-sha.c driver. The first one fixes the implementation of the import/export hooks, which did not pass the recent updates in testmgr.c (partial update exercise). The new implementation now passes the tcrypt tests: tested with next-20160208. The second patch fixes a race condition if acquiring the hardware when it is already busy. Cyrille Pitchen (2): crypto: atmel-sha - fix .import()/.export() implementation crypto: atmel-sha - fix race in atmel_sha_final() drivers/crypto/atmel-sha.c | 68 ++++++++-------------------------------------- 1 file changed, 12 insertions(+), 56 deletions(-) -- 1.8.2.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-02-08 16:30 +0100 [PATCH 2/2] crypto: atmel-sha - fix race in atmel_sha_final() Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-02-08 16:30 +0100 [PATCH 1/2] crypto: atmel-sha - fix .import()/.export() implementation Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-02-08 16:30 +0100
csiph-web