RSA verification in the kernel

2011-01-12 Thread Dmitry Kasatkin
Hi, Does anybody know if there is a GPL implementation of RSA verification for the Linux kernel? I know DigSig, but is anything recent available? Thanks, Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH 01/16] crypto: omap-aes: don't treat NULL clk as an error

2011-01-12 Thread Tobias Karnat
Am Mittwoch, den 12.01.2011, 21:51 + schrieb Jamie Iles: > Doh! Good spot, thanks. I've checked the rest of the series and this > was the only patch with the duplicated include. It can happen, thanks. -Tobias > 8<--- > > >Fr

Re: Crypto Update for 2.6.38

2011-01-12 Thread Herbert Xu
Hi Linus: Here is an updated to the crypto pull request for 2.6.38: * Crypto API interface for user-space (hash + skcipher) This interface is intended to provide access of kernel hardware crypto drivers to user-space applications. It presents the kernel crypto API via a

Re: [PATCH 01/16] crypto: omap-aes: don't treat NULL clk as an error

2011-01-12 Thread Jamie Iles
On Wed, Jan 12, 2011 at 08:38:55PM +0100, Tobias Karnat wrote: > You have included linux/err.h a second time. Doh! Good spot, thanks. I've checked the rest of the series and this was the only patch with the duplicated include. Jamie 8<--

Re: [PATCH 01/16] crypto: omap-aes: don't treat NULL clk as an error

2011-01-12 Thread Tobias Karnat
Hi, You have included linux/err.h a second time. -Tobias Am Dienstag, den 11.01.2011, 12:43 + schrieb Jamie Iles: > clk_get() returns a struct clk cookie to the driver and some platforms > may return NULL if they only support a single clock. clk_get() has only > failed if it returns a ERR_P

Re: [PATCH 02/16] crypto: omap-sham: don't treat NULL clk as an error

2011-01-12 Thread Dmitry Kasatkin
Thanks. On 11/01/11 17:56, Aaro Koskinen wrote: > Hi, > > On Tue, 11 Jan 2011, Jamie Iles wrote: > >> clk_get() returns a struct clk cookie to the driver and some platforms >> may return NULL if they only support a single clock. clk_get() has only >> failed if it returns a ERR_PTR() encoded poin

Re: [PATCH 01/16] crypto: omap-aes: don't treat NULL clk as an error

2011-01-12 Thread Dmitry Kasatkin
Hi, Indeed, thanks On 11/01/11 17:56, Aaro Koskinen wrote: > Hi, > > On Tue, 11 Jan 2011, Jamie Iles wrote: > >> clk_get() returns a struct clk cookie to the driver and some platforms >> may return NULL if they only support a single clock. clk_get() has only >> failed if it returns a ERR_PTR() e