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
cryptosoft.h
cryptosoft_xform.c
deflate.c
deflate.h
files.opencrypto
gmac.c
gmac.h
ocryptodev.c
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