Small fix removing an unnecessary intermediate variable.
Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]>
---
diff -Naur linux-2.6.26.2.org/net/xfrm/xfrm_output.c
linux-2.6.26.2/net/xfrm/xfrm_output.c
--- linux-2.6.26.2.org/net/xfrm/xfrm_output.c 2008-08-12 00:37:29.0
+0200
On Mon, Aug 11, 2008 at 05:55:18PM -0700, Shasi Pulijala wrote:
>
> [Shasi Pulijala]
> We do not have enough resources at this time to provide the Software
> Implementation, but sure can come up with something at a later time.
Without a software implementation this would only be useful if we
had
Hi,
>Could you please tell us why we need this at all? For instance, what hardware
>devices will be supported and who will be the users?
[Shasi Pulijala]
The Public Key Acceleration Engine is an integral HW Offload module for many of
our AMCC 4xx SOC's. And hence providing a PKA user interfa
Hi guys,
I am looking for some kind of reference implementation for a type of driver
supporting a network device with built in crypto device.
Basically with this device you don't see the network device itself. You only
see the crypto device. For example you would build an IPSEC packet with ESP
Patch to obscure state information on free in prng code. Keeps prying eyes from
sifting through your trash :)
Regards
Neil
Signed-off-by: Neil Horman <[EMAIL PROTECTED]>
prng.c |1 +
1 file changed, 1 insertion(+)
diff --git a/crypto/prng.c b/crypto/prng.c
index b203093..fc6fa28 100644
Hi.
On Mon, Aug 11, 2008 at 11:53:41AM -0700, Loc Ho ([EMAIL PROTECTED]) wrote:
> >You do not need to pass multiple pointers, but instead a multiple data.
> >You can do that via single area provided to the kernel and multiple size
> >fields, where each
> > one corresponds to the size of the cont
Hi,
>
>You do not need to pass multiple pointers, but instead a multiple data.
>You can do that via single area provided to the kernel and multiple size
>fields, where each
> one corresponds to the size of the contiguous sectors in the provided data.
[Loc Ho]
It sounds like the solution is to f
Hey-
Patch to expand the linux crypto api to allow for the registration and
allocation of various random number generators. Tested successfully by me.
Regards
Neil
Signed-off-by: Neil Horman <[EMAIL PROTECTED]>
crypto/Makefile |2 -
crypto/prng.c | 94 +