NetBSD/sys/opencrypto
dholland 1fbab01a93 More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers (I think) all the MI headers outside of external/ (and dist/).
2015-09-06 06:00:59 +00:00
..
Makefile
aesxcbcmac.c copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC 2011-05-24 19:10:08 +00:00
aesxcbcmac.h copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC 2011-05-24 19:10:08 +00:00
criov.c Don't panic, just truncate, if the iov is too short in a COPYBACK. 2011-02-24 19:28:03 +00:00
crypto.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
cryptodev.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
cryptodev.h -if an opencrypto(9) session is allocated, the driver is refcounted 2011-06-09 14:41:24 +00:00
cryptodev_internal.h make the compatibility code conditional on COMPAT_50 2011-02-19 16:26:34 +00:00
cryptosoft.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
cryptosoft.h Don't store temporary values in the opencrypto session data struct which 2011-02-10 21:00:42 +00:00
cryptosoft_xform.c simplify, no functional change 2014-11-27 20:30:21 +00:00
deflate.c Trivial printf format changes and typo fix 2015-03-26 17:40:16 +00:00
deflate.h -start to make the GZIP code similar to DEFLATE: make error handling 2011-03-09 11:36:43 +00:00
files.opencrypto First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
gmac.c use 64-bit integers for GF128 multiplication on LP64 CPUs 2011-06-09 14:47:42 +00:00
gmac.h use 64-bit integers for GF128 multiplication on LP64 CPUs 2011-06-09 14:47:42 +00:00
ocryptodev.c Try not to use f_data, use f_fcrypt to get a correctly typed pointer. 2014-09-05 09:23:40 +00:00
ocryptodev.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
xform.c pull in AES-GCM/GMAC support from OpenBSD 2011-05-26 21:50:02 +00:00
xform.h pull in AES-GCM/GMAC support from OpenBSD 2011-05-26 21:50:02 +00:00