NetBSD/sys/opencrypto
christos 3ee5c00a54 From Alexander Nasonov:
- Make constants static: Shrinks code and data size.
- Avoid overflow in limit calculation.
- Use uint8_t instead of u_char to match types
While here:
- Remove unnecessary casts
- s/u_int8_t/uint8_t/g
2016-09-26 14:50:54 +00:00
..
Makefile
aesxcbcmac.c From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
aesxcbcmac.h
criov.c
crypto.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
cryptodev.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
cryptodev.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
cryptodev_internal.h
cryptosoft.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
cryptosoft.h
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
files.opencrypto
gmac.c
gmac.h
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
xform.h