Re: [PATCH v2 05/11] crypto: Documentation - SHASH API documentation

2014-11-06 Thread Joy M. Latten
Hi Stephan, On Sun, 2014-11-02 at 21:38 +0100, Stephan Mueller wrote: The API function calls exported by the kernel crypto API for SHASHes to be used by consumers are documented. Signed-off-by: Stephan Mueller smuel...@chronox.de CC: Marek Vasut ma...@denx.de --- include/crypto/hash.h |

Re: [PATCH v2 01/11] crypto: Documentation - crypto API high level spec

2014-11-05 Thread Joy M. Latten
Hi Stephan, Great docs! I think they will be very useful! Thanks! I only have 2 comments below. regards, Joy On Sun, 2014-11-02 at 21:35 +0100, Stephan Mueller wrote: The design of the kernel crypto API as well as hints to program with the kernel crypto API are given. The documentation

Re: [PATCH v2 02/11] crypto: Documentation - userspace interface spec

2014-11-05 Thread Joy M. Latten
Hi Stephan, On Sun, 2014-11-02 at 21:36 +0100, Stephan Mueller wrote: The userspace interface of the kernel crypto API is documented with * a general explanation * a discussion of the memory in-place operation * the description of the message digest API * the description of the symmetric

Re: [PATCH v2 03/11] crypto: Documentation - RNG API documentation

2014-11-05 Thread Joy M. Latten
Hi Stephan, Just one quick comment below... regards, Joy On Sun, 2014-11-02 at 21:36 +0100, Stephan Mueller wrote: The API function calls exported by the kernel crypto API for RNGs to be used by consumers are documented. Signed-off-by: Stephan Mueller smuel...@chronox.de CC: Marek Vasut