Linux 2.6 crypto API and HW accelerators

From: remy . gauguey
Date: Tue May 04 2004 - 08:41:37 EST


Hi,

I'm currently working on a ARM920T based network processor with arm-linux
kernel 2.6.5.
This device has a crypto hardware accelerator dedicated to IPsec.
In ESP mode the device can do authentication (SHA-1, MD5) as well as
encryption (AES, TDES in CBC or ECB mode) in one pass.
Unfortunately current Linux 2.6 crypto API doesn't support this kind of
hardware accelerator. Current crypto module relies on crypto algorithms
which are called for a single operation and for each block.

Then, I would like to know if other people are working on the hardware
crypto support in kernel 2.6.x.
If so, what would be the plan ? crypto api improvement or new IPsec
specific hardware support ?

Thanks for any feedback or info.

Remy Gauguey




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/