CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/18 15:05:55
Modified files:
sys/crypto : crypto.c cryptodev.h
Log message:
Add a mechanism for dispatching mpsafe crypto operations. This adds a new
CRYPTOCAP_F_MPSAFE flag that crypto implementations can set to indicate that
their cc_process() implementation can safely run without holding the kernel
lock.
ok mikeb@
