- Jul 31, 2006
-
-
Andy Polyakov authored
256 byte S-box. AES_cbc_encrypt needs further work as it should also use slow routines when processing smaller amount of data.
-
- Jul 18, 2006
-
-
Andy Polyakov authored
strong impact on decrypt performance, 20-25%. One probably should consider switching between slower and faster routines depending on how much data we were asked to process.
-
- Jun 28, 2006
-
-
Andy Polyakov authored
only chance for T[ed]4 to get evicted in this module is when its cache "overlaps" with last 128 bits of key schedule.
-
Andy Polyakov authored
prefetch could have been moved closer to Td4 references. Something for later consideration...
-
- Dec 10, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jul 20, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jul 18, 2005
-
-
Andy Polyakov authored
debugging and doesn't affect functionality. Submitted by: David Mosberger Obtained from: http://www.hpl.hp.com/research/linux/crypto/
-
Andy Polyakov authored
-
- Jul 14, 2005
-
-
Andy Polyakov authored
-
- Jul 12, 2005
-
-
Andy Polyakov authored
-
- Jul 01, 2005
-
-
Andy Polyakov authored
-
- Jun 30, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
aligning the key schedule in a specific manner.
-
- May 09, 2005
-
-
Andy Polyakov authored
-
- May 07, 2005
-
-
Andy Polyakov authored
PR: 1059
-
- Apr 24, 2005
-
-
Andy Polyakov authored
-
- Apr 22, 2005
-
-
Andy Polyakov authored
-
- Apr 16, 2005
-
-
Andy Polyakov authored
compressed tables (2x compression factor) and by pre-fetching them into processor cache prior every CBC en-/decryption pass. One can argue why just CBC? Well, it's commonly used mode in real-life applications and API allows us to amortize the prefetch costs for larger data chunks...
-
- Mar 19, 2005
-
-
Ulf Möller authored
-
- Jan 24, 2005
-
-
Andy Polyakov authored
hand-coded zero-copy AES_cbc_encrypt.
-
- Jan 20, 2005
-
-
Andy Polyakov authored
-
- Jan 18, 2005
-
-
Andy Polyakov authored
-
- Jan 13, 2005
-
-
Andy Polyakov authored
performance on recent microarchitectures.
-
- Dec 30, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Dec 28, 2004
-
-
Andy Polyakov authored
-
- Dec 23, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jul 23, 2004
-
-
Andy Polyakov authored
-
- Jul 17, 2004
-
-
Andy Polyakov authored
-
- Jul 01, 2004
-
-
Andy Polyakov authored
C code yet...
-