NetBSD/sys/opencrypto
knakahara d5274e1aa6 Reduce crypto_ret_q_mtx lock regions.
crypto.c does not access the members of crp when the crp is in crp_q or
crp_ret_q. Furthermore, crp_q and crp_ret_q are protected by each mutex,
so the members of crp is not shared. That means crp_flags is not required
mutex in crypto.c.
2017-06-15 12:45:10 +00:00
..
Makefile
aesxcbcmac.c From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
aesxcbcmac.h
criov.c
crypto.c Reduce crypto_ret_q_mtx lock regions. 2017-06-15 12:45:10 +00:00
cryptodev.c Divide crp_devflags from crp_flags to write exclusively. 2017-06-15 12:41:18 +00:00
cryptodev.h Divide crp_devflags from crp_flags to write exclusively. 2017-06-15 12:41:18 +00:00
cryptodev_internal.h rename crypto_mtx to cryptodev_mtx 2017-06-02 09:46:57 +00:00
cryptosoft.c swcrypto0 was initialized twice. Fix like pseudo network interfaces. 2017-06-01 08:49:35 +00:00
cryptosoft.h
cryptosoft_xform.c
deflate.c opencrypto: cleanup debug messages. 2017-05-17 06:33:04 +00:00
deflate.h
files.opencrypto make the default values of q_maxlen build parameters. 2017-05-24 10:05:09 +00:00
gmac.c
gmac.h
ocryptodev.c rename crypto_mtx to cryptodev_mtx 2017-06-02 09:46:57 +00:00
ocryptodev.h
xform.c
xform.h