- 03 5月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 5月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 30 4月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 25 1月, 2007 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 17 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 9月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 01 9月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 07 8月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 8月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
check for SSE bit instead of MMX, as pshufw was introduces in PIII, minor optimization, typos...
-
- 02 8月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 01 8月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
256 byte S-box. AES_cbc_encrypt needs further work as it should also use slow routines when processing smaller amount of data.
-
- 18 7月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
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.
-
- 28 6月, 2006 2 次提交
-
-
由 Andy Polyakov 提交于
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 提交于
prefetch could have been moved closer to Td4 references. Something for later consideration...
-
- 10 12月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 20 7月, 2005 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 18 7月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
debugging and doesn't affect functionality. Submitted by: David Mosberger Obtained from: http://www.hpl.hp.com/research/linux/crypto/
-
由 Andy Polyakov 提交于
-
- 14 7月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 12 7月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 01 7月, 2005 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
aligning the key schedule in a specific manner.
-
- 10 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 07 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 1059
-
- 25 4月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 22 4月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 16 4月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
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...
-
- 19 3月, 2005 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 1月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
hand-coded zero-copy AES_cbc_encrypt.
-
- 20 1月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 18 1月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 13 1月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
performance on recent microarchitectures.
-
- 30 12月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 29 12月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-