commit | 82062c72cd643c99a9e1c231270acbab986fd23f | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue May 16 22:20:34 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 26 17:34:39 2006 +1000 |
tree | 42c1900095bfa27c2f2b5af7566adc9caf7402bf | |
parent | 6c2bb98bc33ae33c7a33a133a4cd5a06395fece5 [diff] |
[CRYPTO] padlock: Rearrange context structure to reduce code size i386 assembly has more compact instructions for accessing 7-bit offsets. So by moving the large members to the end of the structure we can save quite a bit of code size. This patch shaves about 10% or 300 bytes off the padlock-aes file. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>