CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/30 06:21:02
Modified files:
sys/crypto : crypto.c cryptodev.h
sys/kern : init_main.c
Log message:
Remove unused variable cryptodesc_pool. Document global variables
in crypto.c and annotate locking protection. Assert kernel lock
where needed. Remove dead code from crypto_get_driverid(). Move
crypto_init() prototype into header file.
OK mpi@
