1. 12 9月, 2010 1 次提交
  2. 03 9月, 2010 1 次提交
  3. 13 8月, 2010 1 次提交
  4. 19 5月, 2010 1 次提交
  5. 03 5月, 2010 1 次提交
  6. 10 8月, 2009 1 次提交
  7. 14 7月, 2009 1 次提交
    • H
      crypto: padlock - Switch sha to shash · bbbee467
      Herbert Xu 提交于
      This patch converts the padlock-sha implementation to shash.
      In doing so the existing mechanism of storing the data until
      final is no longer viable as we do not have a way of allocating
      data in crypto_shash_init and then reliably freeing it.
      
      This is just as well because a better way of handling the problem
      is to hash everything but the last chunk using normal sha code
      and then provide the intermediate result to the padlock device.
      
      This is good enough because the primary application of padlock-sha
      is IPsec and there the data is laid out in the form of an hmac
      header followed by the rest of the packet.  In essence we can
      provide all the data to the padlock as the hmac header only needs
      to be hashed once.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      bbbee467
  8. 13 6月, 2009 1 次提交
  9. 02 6月, 2009 2 次提交
  10. 18 2月, 2009 2 次提交
  11. 13 7月, 2008 1 次提交
  12. 10 7月, 2008 2 次提交
  13. 21 4月, 2008 3 次提交
  14. 17 4月, 2008 1 次提交
  15. 26 1月, 2008 2 次提交
  16. 11 1月, 2008 4 次提交
  17. 04 12月, 2007 1 次提交
  18. 11 10月, 2007 1 次提交
  19. 19 8月, 2007 1 次提交
  20. 17 7月, 2007 1 次提交
  21. 18 5月, 2007 1 次提交
  22. 10 5月, 2007 1 次提交
  23. 09 5月, 2007 1 次提交
  24. 02 5月, 2007 1 次提交
    • S
      [CRYPTO] padlock: Remove pointless padlock module · f6259dea
      Simon Arlott 提交于
      When this is compiled in it is run too early to do anything useful:
      [    6.052000] padlock: No VIA PadLock drivers have been loaded.
      [    6.052000] padlock: Using VIA PadLock ACE for AES algorithm.
      [    6.052000] padlock: Using VIA PadLock ACE for SHA1/SHA256 algorithms.
      
      When it's a module it isn't doing anything special, the same functionality 
      can be provided in userspace by "probeall padlock padlock-aes padlock-sha" 
      in modules.conf if it is required.
      Signed-off-by: NSimon Arlott <simon@fire.lp0.eu>
      Cc: Michal Ludvig <michal@logix.cz>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      f6259dea
  25. 06 2月, 2007 1 次提交
  26. 11 12月, 2006 1 次提交
  27. 07 12月, 2006 1 次提交
  28. 21 9月, 2006 4 次提交