[PATCH] crypto: Documentation: remove colons in comments

2015-01-18 Thread Stephan Mueller
As documented in Documentation/kernel-doc-nano-HOWTO.txt lines terminated with a colon are treated as headings. The current layout of the documentation when compiling the kernel crypto API DocBook documentation is messed up by by treating some lines as headings. The patch removes colons from comme

[PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni

2015-01-18 Thread Stephan Mueller
The cipher registered as __driver-gcm-aes-aesni is never intended to be used directly by any caller. Instead it is a service mechanism to rfc4106-gcm-aesni. The kernel crypto API unconditionally calls the registered setkey function. In case a caller erroneously uses __driver-gcm-aes-aesni a call t

Re: [PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni

2015-01-18 Thread Stephan Mueller
Am Sonntag, 18. Januar 2015, 23:56:03 schrieb Stephan Mueller: Hi Tadeusz, > The cipher registered as __driver-gcm-aes-aesni is never intended > to be used directly by any caller. Instead it is a service mechanism to > rfc4106-gcm-aesni. > > The kernel crypto API unconditionally calls the regist

Re: Intel GCM: __driver-gcm-aes-aesni setkey missing

2015-01-18 Thread Stephan Mueller
Am Samstag, 17. Januar 2015, 17:37:06 schrieb Tadeusz Struk: Hi Tadeusz, > Hi Stephan, > > On 01/17/2015 10:23 AM, Stephan Mueller wrote: > > during testing of my algif_aead patch with the different GCM > > implementations I am able to trigger a kernel crash from user space using > > __driver-gc