linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support
       [not found] <CGME20180917151002eucas1p27689f043367e1bc64bf63bc402dffcdd@eucas1p2.samsung.com>
@ 2018-09-17 15:09 ` Christoph Manszewski
  2018-09-28  5:07   ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Manszewski @ 2018-09-17 15:09 UTC (permalink / raw)
  To: linux-crypto
  Cc: Christoph Manszewski, Krzysztof Kozlowski, Vladimir Zapolskiy,
	Kamil Konieczny, Herbert Xu, David S. Miller, linux-samsung-soc,
	linux-kernel, Bartlomiej Zolnierkiewicz

Hello,

This patch series adds aes-ctr support in s5p-sss.c driver. Additionally it
it provides a fix, and a minor code cleanup.

Patch 1 contains a simple fix, of a possible race condition.
Patches 2-3 are code cleanup patches.
Patch 4 adds support for aes-ctr block cipher mode of operation.

Regards,
Chris

Changes in v2:
- pass dev->req directly to s5p_aes_complete in s5p_aes_interrupt
non-error path,
- move req asignment in s5p_aes_interrupt before if statement,
- change commit message and subject for patch 2/4,
- remove empty lines and add rationale in commit message for 
patch 3/4,

Christoph Manszewski (4):
  crypto: s5p-sss: Fix race in error handling
  crypto: s5p-sss: Fix Fix argument list alignment
  crypto: s5p-sss: Minor code cleanup
  crypto: s5p-sss: Add aes-ctr support

 drivers/crypto/s5p-sss.c | 113 +++++++++++++++++++++++++++--------------------
 1 file changed, 65 insertions(+), 48 deletions(-)

-- 
2.7.4

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

* Re: [PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support
  2018-09-17 15:09 ` [PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support Christoph Manszewski
@ 2018-09-28  5:07   ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2018-09-28  5:07 UTC (permalink / raw)
  To: Christoph Manszewski
  Cc: linux-crypto, Krzysztof Kozlowski, Vladimir Zapolskiy,
	Kamil Konieczny, David S. Miller, linux-samsung-soc,
	linux-kernel, Bartlomiej Zolnierkiewicz

On Mon, Sep 17, 2018 at 05:09:26PM +0200, Christoph Manszewski wrote:
> Hello,
> 
> This patch series adds aes-ctr support in s5p-sss.c driver. Additionally it
> it provides a fix, and a minor code cleanup.
> 
> Patch 1 contains a simple fix, of a possible race condition.
> Patches 2-3 are code cleanup patches.
> Patch 4 adds support for aes-ctr block cipher mode of operation.
> 
> Regards,
> Chris
> 
> Changes in v2:
> - pass dev->req directly to s5p_aes_complete in s5p_aes_interrupt
> non-error path,
> - move req asignment in s5p_aes_interrupt before if statement,
> - change commit message and subject for patch 2/4,
> - remove empty lines and add rationale in commit message for 
> patch 3/4,
> 
> Christoph Manszewski (4):
>   crypto: s5p-sss: Fix race in error handling
>   crypto: s5p-sss: Fix Fix argument list alignment
>   crypto: s5p-sss: Minor code cleanup
>   crypto: s5p-sss: Add aes-ctr support
> 
>  drivers/crypto/s5p-sss.c | 113 +++++++++++++++++++++++++++--------------------
>  1 file changed, 65 insertions(+), 48 deletions(-)

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2018-09-28  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20180917151002eucas1p27689f043367e1bc64bf63bc402dffcdd@eucas1p2.samsung.com>
2018-09-17 15:09 ` [PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support Christoph Manszewski
2018-09-28  5:07   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).