NetBSD/sys/opencrypto
daniel 9a3687b724 crypto_init does not call crypto_init0 only once, because the marker
created with ONCE_DECL() is local. This results in reinitializing
the driver list when crypto_get_driverid() (and leaks memory). Fix
this by making the marker static.

Fixes PR/35412.

Ack freza@.
2007-01-12 12:00:27 +00:00
..
Makefile
criov.c
crypto.c crypto_init does not call crypto_init0 only once, because the marker 2007-01-12 12:00:27 +00:00
cryptodev.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cryptodev.h
cryptosoft.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cryptosoft.h
cryptosoft_xform.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
deflate.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
deflate.h
files.opencrypto Merge kernel and userland rmd160 and sha2 implementation. 2006-10-27 21:20:48 +00:00
xform.c
xform.h Merge kernel and userland rmd160 and sha2 implementation. 2006-10-27 21:20:48 +00:00