summaryrefslogtreecommitdiff
path: root/sys/opencrypto/cryptodev.h
AgeCommit message (Collapse)Author
2003-08-21Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6.jonathan
Sam Leffler's FreeBSD commit message was ``to eliminate context switch when returning results from the software crypto driver'' but the patch also contains the CRYPTO_SESID*() macros used in newer ubsec and hifn drivers.
2003-08-21Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas:jonathan
cryptodev.c: 1.4.2.3 -> 1.4.2.4 cryptodev.h: 1.4.2.4 -> 1.4.2.5
2003-07-30Move the initialization of the crypto framework from the userlandjonathan
pseudo-device to init_main(), so the framework is ready for registration requests at autoconfiguration time. Thanks to Quentin Garnier for confirming the change was required, and for testing a similar fix.
2003-07-27Cleanup traces of previous standalone m_apply()/m_getptr().jonathan
2003-07-25Commit initial NetBSD port of the OpenCrypto Framework (OCF). Thisjonathan
code is derived from Sam Leffler's FreeBSD port of OCF, which is in turn a port of Angelos Keromytis's OpenBSD work. Credit to Sam and Angelos, any blame for the NetBSD port to me.