Add missing accessors for new crypto_alg fields.
Signed-off-by: Michal Ludvig <[EMAIL PROTECTED]>
Index: linux-2.6.16.13-xenU/include/linux/crypto.h
===
--- linux-2.6.16.13-xenU.orig/include/linux/crypto.h
+++ linux-2.6.16.1
Herbert Xu wrote:
> On Mon, May 22, 2006 at 03:10:38PM +1200, Michal Ludvig wrote:
>> Well, not personally, but padlock-sha will.
>
> How is it going to use these accessors? I'd like to see some code :)
The driver_name accessor is used "seriously". The priority accessor is
just in one info printk
On Mon, May 22, 2006 at 03:10:38PM +1200, Michal Ludvig wrote:
>
> Well, not personally, but padlock-sha will.
How is it going to use these accessors? I'd like to see some code :)
> BTW in padlock fallback path I need to make scatterlist from const char*
> buffer. However the macros in scatterli
Herbert Xu wrote:
> On Mon, May 22, 2006 at 02:20:18PM +1200, Michal Ludvig wrote:
>> Add missing accessors for new crypto_alg fields.
>
> Who's going to use these accessors?
Me ;-)
Well, not personally, but padlock-sha will.
BTW in padlock fallback path I need to make sc
On Mon, May 22, 2006 at 02:20:18PM +1200, Michal Ludvig wrote:
> Add missing accessors for new crypto_alg fields.
Who's going to use these accessors?
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://go
Add missing accessors for new crypto_alg fields.
Michal
Add missing accessors for new crypto_alg fields.
Signed-off-by: Michal Ludvig <[EMAIL PROTECTED]>
Index: linux/include/linux/crypto.h
===
--- linux.orig/include/linux/cr