summaryrefslogtreecommitdiff
path: root/sys/opencrypto/ocryptodev.c
AgeCommit message (Expand)Author
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2017-07-28Avoid another userland-controlled integer overflow.riastradh
2017-07-28Avert userland-controlled integer overflow.riastradh
2017-07-28Don't disclose uninitialized 32-bit word if cryptodev_session fails.riastradh
2017-06-02rename crypto_mtx to cryptodev_mtxknakahara
2017-05-17opencrypto: cleanup debug messages.knakahara
2014-09-05Try not to use f_data, use f_fcrypt to get a correctly typed pointer.matt
2014-01-01Modularize the opencrypto components and link to the buildpgoyette
2011-05-16split the "crypto_mtx" spinlock into 3: one spinlock each fordrochner
2011-02-19make the compatibility code conditional on COMPAT_50drochner
2009-03-26avoid a useless uninitialised use, picked up by gcc -O3.mrg
2009-03-25Fixes PR kern/41069 and PR kern/41070.darran