Re: [meta-freescale] [PATCH 7/9] cryptodev kernel module recipe

2012-12-06 Thread Otavio Salvador
On Thu, Dec 6, 2012 at 12:10 PM, wrote: > From: Yashpal Dutta > > This is a /dev/crypto device driver, equivalent to those in OpenBSD or > FreeBSD. > The main idea is to access of existing ciphers in kernel space from > userspace, > thus enabling re-use of a hardware implementation of a cipher.

[meta-freescale] [PATCH 7/9] cryptodev kernel module recipe

2012-12-06 Thread b28495
From: Yashpal Dutta This is a /dev/crypto device driver, equivalent to those in OpenBSD or FreeBSD. The main idea is to access of existing ciphers in kernel space from userspace, thus enabling re-use of a hardware implementation of a cipher. Signed-off-by: Yashpal Dutta Signed-off-by: Zhenhua L