An error occurred fetching the project authors.
  1. 11 Jul, 2012 1 commit
  2. 27 Jun, 2012 1 commit
  3. 12 Jun, 2012 1 commit
  4. 16 May, 2012 2 commits
  5. 15 May, 2012 1 commit
    • Alexander Clouter's avatar
      crypto: mv_cesa requires on CRYPTO_HASH to build · 1ebfefcf
      Alexander Clouter authored
      Without CRYPTO_HASH being selected, mv_cesa has a lot of hooks
      into undefined exports.
      ----
        MODPOST 81 modules
        Kernel: arch/arm/boot/Image is ready
        AS      arch/arm/boot/compressed/head.o
        GZIP    arch/arm/boot/compressed/piggy.gzip
        CC      arch/arm/boot/compressed/misc.o
        CC      arch/arm/boot/compressed/decompress.o
      ERROR: "crypto_ahash_type" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_shash_final" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_register_ahash" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_unregister_ahash" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_shash_update" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_shash_digest" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_shash_setkey" [drivers/crypto/mv_cesa.ko] undefined!
      ERROR: "crypto_alloc_shash" [drivers/crypto/mv_cesa.ko] undefined!
      make[1]: *** [__modpost] Error 1
      make: *** [modules] Error 2
      make: *** Waiting for unfinished jobs....
      ----
      Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      Cc: stable@vger.kernel.org
      1ebfefcf
  6. 04 May, 2012 1 commit
  7. 11 Mar, 2012 1 commit
  8. 13 Jan, 2012 1 commit
  9. 21 Oct, 2011 1 commit
  10. 20 Oct, 2011 1 commit
  11. 23 May, 2011 1 commit
  12. 04 May, 2011 4 commits
  13. 08 Apr, 2011 1 commit
  14. 27 Mar, 2011 1 commit
    • Kim Phillips's avatar
      crypto: caam - Add support for the Freescale SEC4/CAAM · 8e8ec596
      Kim Phillips authored
      The SEC4 supercedes the SEC2.x/3.x as Freescale's
      Integrated Security Engine.  Its programming model is
      incompatible with all prior versions of the SEC (talitos).
      
      The SEC4 is also known as the Cryptographic Accelerator
      and Assurance Module (CAAM); this driver is named caam.
      
      This initial submission does not include support for Data Path
      mode operation - AEAD descriptors are submitted via the job
      ring interface, while the Queue Interface (QI) is enabled
      for use by others.  Only AEAD algorithms are implemented
      at this time, for use with IPsec.
      
      Many thanks to the Freescale STC team for their contributions
      to this driver.
      Signed-off-by: default avatarSteve Cornelius <sec@pobox.com>
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      8e8ec596
  15. 21 Feb, 2011 1 commit
  16. 12 Sep, 2010 1 commit
  17. 03 Sep, 2010 1 commit
  18. 13 Aug, 2010 1 commit
  19. 19 May, 2010 1 commit
  20. 03 May, 2010 1 commit
  21. 10 Aug, 2009 1 commit
  22. 14 Jul, 2009 1 commit
    • Herbert Xu's avatar
      crypto: padlock - Switch sha to shash · bbbee467
      Herbert Xu authored
      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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      bbbee467
  23. 12 Jun, 2009 1 commit
  24. 02 Jun, 2009 2 commits
  25. 18 Feb, 2009 2 commits
  26. 13 Jul, 2008 1 commit
  27. 10 Jul, 2008 2 commits
  28. 21 Apr, 2008 3 commits
  29. 17 Apr, 2008 1 commit
  30. 26 Jan, 2008 1 commit
  31. 25 Jan, 2008 1 commit