The kernel driver compiles and works fine. But cryptodev.h is now
[cryptodev-linux.git] / README
blob5554a5efb6a16b30dd8a8d739709f8454795ff96
1 This is a /dev/crypto device driver, equivalent to those in OpenBSD or
2 FreeBSD. The main idea is to access of existing ciphers in kernel space 
3 from userspace, thus enabling re-use of a hardware implementation of a
4 cipher.
6 It was initially written for linux 2.6.8 by Michal Ludvig. Compatibility
7 fixes for *BSD cryptodev as well as Was ported to 2.6.27 blkcipher API 
8 by Nikos Mavrogiannopoulos. Initial blkcipher async API porting by
9 Michael Weiser.