NetBSD/sys/opencrypto
christos 31c81b28f5 Cloning cleanup:
1. make fileops const
2. add 2 new negative errno's to `officially' support the cloning hack:
    - EDUPFD (used to overload ENODEV)
    - EMOVEFD (used to overload ENXIO)
3. Created an fdclone() function to encapsulate the operations needed for
   EMOVEFD, and made all cloners use it.
4. Centralize the local noop/badop fileops functions to:
   fnullop_fcntl, fnullop_poll, fnullop_kqfilter, fbadop_stat
2004-11-30 04:25:43 +00:00
..
Makefile
criov.c
crypto.c Change control knob for /dev/crypto to only allow requests which 2004-04-29 02:17:36 +00:00
cryptodev.c Cloning cleanup: 2004-11-30 04:25:43 +00:00
cryptodev.h
cryptosoft.c
cryptosoft.h
deflate.c
deflate.h
files.opencrypto Split opencrypto configuration into an attribute, usable by inkernel 2003-12-31 16:44:26 +00:00
xform.c Remove erroneous '2 *' from 'bzero(*sched, 2 * sizeof(rijndael_ctx));' 2003-11-18 23:01:39 +00:00
xform.h