10 Aug, 2015

1 commit


04 Aug, 2015

1 commit


04 Jun, 2015

1 commit


03 Jun, 2015

1 commit


22 May, 2015

1 commit


09 Mar, 2015

1 commit

  • The patch moves the information provided in
    Documentation/crypto/crypto-API-userspace.txt into a separate chapter in
    the kernel crypto API DocBook. Some corrections are applied (such as
    removing a reference to Netlink when the AF_ALG socket is referred to).

    In addition, the AEAD and RNG interface description is now added.

    Also, a brief description of the zero-copy interface with an example
    code snippet is provided.

    Signed-off-by: Stephan Mueller
    Signed-off-by: Herbert Xu

    Stephan Mueller
     

04 Mar, 2015

1 commit


05 Feb, 2015

1 commit


13 Nov, 2014

1 commit

  • The design of the kernel crypto API as well as hints to program with
    the kernel crypto API are given.

    The documentation contains:
    * design aspects of crypto API
    * develper specific hints
    * references to the API function description
    * source code examples

    CC: Marek Vasut
    Signed-off-by: Stephan Mueller
    Signed-off-by: Herbert Xu

    Stephan Mueller