Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: afalg_skcipher - fixes after skcipher conversion
@ 2016-01-27 17:13 Tadeusz Struk
  2016-01-27 17:13 ` [PATCH 1/3] crypto: skcipher - return the correct request to the user Tadeusz Struk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tadeusz Struk @ 2016-01-27 17:13 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, stable, tadeusz.struk

Hi Herbert,
While testing the algif_aead async patch, I have rerun the async
algif_skcipher tests and I have found some problems.
There are three different issues around algif_skcipher and skcipher.
Two are skcipher conversion related, and one is a bug in the
algif_skcipher, not related to the conversion. It started to
manifest itself after a fix the the qat driver.
---

Tadeusz Struk (3):
      crypto: skcipher - return the correct request to the user
      crypto: algif_skcipher - fix async callback after skcipher convertion
      crypto: algif_skcipher - fix increase private contex space for async request


 crypto/algif_skcipher.c |   11 +++++++----
 crypto/skcipher.c       |   11 ++++++++++-
 2 files changed, 17 insertions(+), 5 deletions(-)

--

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-28  4:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 17:13 [PATCH 0/3] crypto: afalg_skcipher - fixes after skcipher conversion Tadeusz Struk
2016-01-27 17:13 ` [PATCH 1/3] crypto: skcipher - return the correct request to the user Tadeusz Struk
2016-01-28  4:53   ` Herbert Xu
2016-01-27 17:14 ` [PATCH 2/3] crypto: algif_skcipher - fix async callback after skcipher convertion Tadeusz Struk
2016-01-28  4:56   ` Herbert Xu
2016-01-27 17:14 ` [PATCH 3/3] crypto: algif_skcipher - increase private contex space for async request Tadeusz Struk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox