NetBSD/sys/opencrypto
jonathan 01c51dab61 Split opencrypto configuration into an attribute, usable by inkernel
clients, and a pseudo-device for userspace access.

The attribute is named `opencrypto'. The pseudo-device is renamed to
"crypto", which has a dependency on "opencrypto". The sys/conf/majors
entry and pseudo-device attach entrypoint are updated to match the
new pseudo-device name.

Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the
"opencrypto" attribute.  Drivers for crypto accelerators (ubsec,
hifn775x) also pull in opencrypto, as providers of opencrypto transforms.
2003-12-31 16:44:26 +00:00
..
Makefile comment typo 2003-09-06 18:40:15 +00:00
criov.c make the panic messages match reality 2003-07-30 17:27:23 +00:00
crypto.c Split opencrypto configuration into an attribute, usable by inkernel 2003-12-31 16:44:26 +00:00
cryptodev.c Wrap noisy pointless message about denied userspace requests with 2003-11-19 04:14:07 +00:00
cryptodev.h Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6. 2003-08-21 19:44:14 +00:00
cryptosoft.c Some const poisoning. 2003-08-27 00:20:56 +00:00
cryptosoft.h Some const poisoning. 2003-08-27 00:20:56 +00:00
deflate.c Tidy up the namespace of this a little. 2003-08-27 00:12:37 +00:00
deflate.h
files.opencrypto Split opencrypto configuration into an attribute, usable by inkernel 2003-12-31 16:44:26 +00:00
xform.c Remove erroneous '2 *' from 'bzero(*sched, 2 * sizeof(rijndael_ctx));' 2003-11-18 23:01:39 +00:00
xform.h Some const poisoning. 2003-08-27 00:20:56 +00:00