21 Feb, 2011

1 commit


19 Oct, 2010

1 commit


03 Sep, 2010

1 commit


19 May, 2010

1 commit


03 May, 2010

1 commit

  • Earlier kernel contained omap sha1 and md5 driver, which was not maintained,
    was not ported to new crypto APIs and removed from the source tree.

    - implements async crypto API using dma and cpu.
    - supports multiple sham instances if available
    - hmac
    - concurrent requests

    Signed-off-by: Dmitry Kasatkin
    Signed-off-by: Herbert Xu

    Dmitry Kasatkin
     

10 Aug, 2009

1 commit


18 Feb, 2009

1 commit

  • This patch adds support for AMCC ppc4xx security device driver. This is the
    initial release that includes the driver framework with AES and SHA1 algorithms
    support.

    The remaining algorithms will be released in the near future.

    Signed-off-by: James Hsiao
    Signed-off-by: Herbert Xu

    James Hsiao
     

10 Jul, 2008

2 commits


11 Jan, 2008

1 commit


02 May, 2007

1 commit

  • 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: Simon Arlott
    Cc: Michal Ludvig
    Signed-off-by: Herbert Xu

    Simon Arlott
     

07 Dec, 2006

1 commit


21 Sep, 2006

3 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds