Linux Device Mapper development
 help / color / mirror / Atom feed
* [PATCH 0/2] crpyto: lrw - Simplify and optimize the LRW template
@ 2018-09-07 11:27 Ondrej Mosnacek
  2018-09-07 11:27 ` [PATCH 1/2] crypto: lrw - Optimize tweak computation Ondrej Mosnacek
  2018-09-07 11:27 ` [PATCH 2/2] crypto: lrw - Do not use auxiliary buffer Ondrej Mosnacek
  0 siblings, 2 replies; 3+ messages in thread
From: Ondrej Mosnacek @ 2018-09-07 11:27 UTC (permalink / raw)
  To: Herbert Xu
  Cc: Eric Biggers, dm-devel, Mikulas Patocka, linux-crypto,
	Ondrej Mosnacek

This patchset is a follow-up to a similar patch for XTS:
https://patchwork.kernel.org/patch/10588775/

The first patch applies a small optimization to the tweak computation
and the second simplifes away the use of auxiliary buffer to cache
computed tweaks.

Ondrej Mosnacek (2):
  crypto: lrw - Optimize tweak computation
  crypto: lrw - Do not use auxiliary buffer

 crypto/lrw.c | 321 +++++++++++----------------------------------------
 1 file changed, 66 insertions(+), 255 deletions(-)

-- 
2.17.1

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07 11:27 [PATCH 0/2] crpyto: lrw - Simplify and optimize the LRW template Ondrej Mosnacek
2018-09-07 11:27 ` [PATCH 1/2] crypto: lrw - Optimize tweak computation Ondrej Mosnacek
2018-09-07 11:27 ` [PATCH 2/2] crypto: lrw - Do not use auxiliary buffer Ondrej Mosnacek

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