1. 22 9月, 2017 5 次提交
  2. 20 4月, 2016 1 次提交
  3. 06 8月, 2010 1 次提交
  4. 14 7月, 2009 1 次提交
    • H
      crypto: crypto4xx - Switch to new style ahash · 4dc10c01
      Herbert Xu 提交于
      This patch changes crypto4xx to use the new style ahash type.
      In particular, we now use ahash_alg to define ahash algorithms
      instead of crypto_alg.
      
      This is achieved by introducing a union that encapsulates the
      new type and the existing crypto_alg structure.  They're told
      apart through a u32 field containing the type value.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      4dc10c01
  5. 18 2月, 2009 1 次提交