NetBSD/sys/opencrypto
knakahara 6168db0fda fix: crypto_drivers[hid].cc_process() could be called even if it was null.
If a crypto driver is unregistered before calling cyrptointr(),
the crypto_drivers[hid].cc_process is null in spite of the hid
is less than crypto_drivers_num.

reffered to FreeBSD code.
2017-05-10 09:45:51 +00:00
..
Makefile
aesxcbcmac.c From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
aesxcbcmac.h
criov.c
crypto.c fix: crypto_drivers[hid].cc_process() could be called even if it was null. 2017-05-10 09:45:51 +00:00
cryptodev.c separate crypto_drv_mtx from crypto_mtx. 2017-04-24 03:29:37 +00:00
cryptodev.h separate crypto_drv_mtx from crypto_mtx. 2017-04-24 03:29:37 +00:00
cryptodev_internal.h separate crypto_drv_mtx from crypto_mtx. 2017-04-24 03:29:37 +00:00
cryptosoft.c Remove duplicate assignment. 2017-04-18 17:05:05 +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
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