mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] random crypto cleanups
@ 2005-06-20 10:54 Denis Vlasenko
  2005-07-03 11:37 ` Herbert Xu
  0 siblings, 1 reply; 8+ messages in thread
From: Denis Vlasenko @ 2005-06-20 10:54 UTC (permalink / raw)
  To: linux-crypto; +Cc: herbert, davem, linux-kernel

1.be_le.patch:
Introduce {load/store}_{be/le}{32/64}() macros
and use them instead of open-coded conversions.
Introduce BYTEn() macros for extraction of n'th
byte from wider integers and use it.

2.wp.patch:
Fix gcc3.4.3 -O2 whirlpool stack overflow.

3.tf.patch:
Dramatically reduce size of twofish key setup code
with modest increase of key setup time.

4.rot64.patch:
Introduce 64bit rotations (generic + i386 asm),
convert few existing places to use it.
Per previous comments, replace inline -> __inline__
in headers.

z.patch:
use BYTEn() in more places, simplify some tgr192.c bits

Cumulative patch was tested with tcrypt.

Please apply patches 1-4, comment on z.patch.

Patches will be mailed as replies.
--
vda


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

end of thread, other threads:[~2005-07-03 13:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-20 10:54 [PATCH 0/5] random crypto cleanups Denis Vlasenko
2005-07-03 11:37 ` Herbert Xu
2005-07-03 12:57   ` Denis Vlasenko
2005-07-03 13:00     ` [PATCH 0.5/4 :) ] ROR -> ror32 Denis Vlasenko
2005-07-03 13:03     ` [PATCH 1/4] do not open-code be/le conversions Denis Vlasenko
2005-07-03 13:05     ` [PATCH 2/4] whirlpool gcc bug fix Denis Vlasenko
2005-07-03 13:06     ` [PATCH 3/4] twofish on diet Denis Vlasenko
2005-07-03 13:14     ` [PATCH 4/4] 64 bit rotation Denis Vlasenko

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

all inboxes | Powered by JetHome®