Skip to content
Commit 0ee4a969 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ca38a814
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment