Re: [PATCH] kernel crypto API interface specification

2014-10-31 Thread Herbert Xu
On Fri, Oct 31, 2014 at 04:01:04AM +0100, Marek Vasut wrote: I can share the last state of the document I wrote. Currently, it is not possible for me to keep up with my workload and do anything else, so that's all I can do. Posting your latest revision would be great. Thanks! -- Email:

Re: [PATCH] kernel crypto API interface specification

2014-10-31 Thread Marek Vasut
On Friday, October 31, 2014 at 08:23:53 AM, Herbert Xu wrote: On Fri, Oct 31, 2014 at 04:01:04AM +0100, Marek Vasut wrote: I can share the last state of the document I wrote. Currently, it is not possible for me to keep up with my workload and do anything else, so that's all I can do.

Re: [PATCH] kernel crypto API interface specification

2014-10-31 Thread Stephan Mueller
Am Freitag, 31. Oktober 2014, 10:09:52 schrieb Marek Vasut: Hi Marek, On Friday, October 31, 2014 at 08:23:53 AM, Herbert Xu wrote: On Fri, Oct 31, 2014 at 04:01:04AM +0100, Marek Vasut wrote: I can share the last state of the document I wrote. Currently, it is not possible for me to

Re: [PATCH] kernel crypto API interface specification

2014-10-30 Thread Marek Vasut
On Thursday, October 16, 2014 at 03:10:07 PM, Herbert Xu wrote: On Tue, Oct 14, 2014 at 09:46:50PM +0200, Stephan Mueller wrote: The update adds a complete interface documentation of the kernel crypto API. All cipher types supported by the kernel crypto API are documented. In addition,

Re: [PATCH] kernel crypto API interface specification

2014-10-16 Thread Stephan Mueller
Am Mittwoch, 15. Oktober 2014, 13:58:00 schrieb Jason Cooper: Hi Jason, Stephan, Wow. This is very thorough. Herbert and others will be making the final call on this, but if I may make a suggestion: Thanks. On Tue, Oct 14, 2014 at 09:46:50PM +0200, Stephan Mueller wrote: The update

Re: [PATCH] kernel crypto API interface specification

2014-10-16 Thread Jason Cooper
+ Grant, Geert, Stephan has created some great example code for both the kernel crypto API and the userspace crypto API. As examples tend to bitrot, I was wondering if the code could serve as test code. Then it would have a triple role: API regression testing, crypto test suite, and reference

Re: [PATCH] kernel crypto API interface specification

2014-10-16 Thread Jason Cooper
On Thu, Oct 16, 2014 at 09:25:01AM -0400, Jason Cooper wrote: + Grant, Geert, oops. It helps if I actually *add* them. Sorry for the noise. Stephan has created some great example code for both the kernel crypto API and the userspace crypto API. As examples tend to bitrot, I was

Re: [PATCH] kernel crypto API interface specification

2014-10-16 Thread Jason Cooper
On Thu, Oct 16, 2014 at 09:25:01AM -0400, Jason Cooper wrote: + Grant, Geert, Stephan has created some great example code for both the kernel crypto API and the userspace crypto API. As examples tend to bitrot, I was wondering if the code could serve as test code. Then it would have a

Re: [PATCH] kernel crypto API interface specification

2014-10-16 Thread Jason Cooper
On Thu, Oct 16, 2014 at 06:50:58PM +0200, Stephan Mueller wrote: Am Donnerstag, 16. Oktober 2014, 11:06:05 schrieb Jason Cooper: Hi Jason, On Thu, Oct 16, 2014 at 09:25:01AM -0400, Jason Cooper wrote: + Grant, Geert, Stephan has created some great example code for both the kernel

Re: [PATCH] kernel crypto API interface specification

2014-10-15 Thread Jason Cooper
Stephan, Wow. This is very thorough. Herbert and others will be making the final call on this, but if I may make a suggestion: On Tue, Oct 14, 2014 at 09:46:50PM +0200, Stephan Mueller wrote: The update adds a complete interface documentation of the kernel crypto API. All cipher types

[PATCH] kernel crypto API interface specification

2014-10-14 Thread Stephan Mueller
The update adds a complete interface documentation of the kernel crypto API. All cipher types supported by the kernel crypto API are documented. In addition, kernel and user space example code is provided. The sample code covers synchronous and asynchronous cipher operation, random number

Re: [PATCH] kernel crypto API interface specification

2014-10-14 Thread Stephan Mueller
Am Dienstag, 14. Oktober 2014, 21:46:50 schrieb Stephan Mueller: Hi, The update adds a complete interface documentation of the kernel crypto API. All cipher types supported by the kernel crypto API are documented. In addition, kernel and user space example code is provided. The sample code