]> code.ossystems Code Review - meta-freescale.git/commit
cryptodev kernel module recipe
authorYashpal Dutta <yashpal.dutta@freescale.com>
Mon, 26 Nov 2012 07:54:34 +0000 (15:54 +0800)
committerMatthew McClintock <msm@freescale.com>
Wed, 30 Jan 2013 22:57:25 +0000 (16:57 -0600)
commitbd42e3d771db7e9ce866e4cc4b8c584577bf0e66
treea49caad5d786aea01d5409f93ce93564bf6dd371
parentd14eb9ced00ffc143337a3553b6708c627d623da
cryptodev kernel module recipe

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 <yashpal.dutta@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev_1.5.bb [new file with mode: 0644]
meta-fsl-ppc/recipes-kernel/cryptodev/files/makefile_fixup.patch [new file with mode: 0644]