alistair23-linux/include/crypto
Herbert Xu 0ee4a96902 crypto: aes - Precompute tables
The tables used by the various AES algorithms are currently
computed at run-time.  This has created an init ordering problem
because some AES algorithms may be registered before the tables
have been initialised.

This patch gets around this whole thing by precomputing the tables.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2008-12-25 11:05:13 +11:00
..
internal crypto: hash - Export shash through hash 2008-12-25 11:01:33 +11:00
aead.h
aes.h crypto: aes - Precompute tables 2008-12-25 11:05:13 +11:00
algapi.h crypto: hash - Export shash through hash 2008-12-25 11:01:33 +11:00
authenc.h
b128ops.h
ctr.h
des.h
gf128mul.h
hash.h crypto: hash - Add import/export interface 2008-12-25 11:01:30 +11:00
rng.h crypto: rng - RNG interface and implementation 2008-08-29 15:50:04 +10:00
scatterwalk.h [CRYPTO] api: Fix scatterwalk_sg_chain 2008-05-01 18:22:28 +08:00
sha.h
skcipher.h
twofish.h