1. 18 2月, 2009 1 次提交
  2. 25 12月, 2008 1 次提交
    • H
      crypto: aes - Precompute tables · 0ee4a969
      Herbert Xu 提交于
      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: NHerbert Xu <herbert@gondor.apana.org.au>
      0ee4a969
  3. 21 4月, 2008 1 次提交
  4. 11 1月, 2008 2 次提交