Skip to content

Commit

Permalink
crypto: aes - Precompute tables
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
herbertx committed Dec 25, 2008
1 parent ca38a81 commit 0ee4a96
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 94 deletions.
Loading

0 comments on commit 0ee4a96

Please sign in to comment.