/* $NetBSD: cryptodev_internal.h,v 1.1 2011/02/19 16:26:34 drochner Exp $ */ /* exported to compat code, not for consumers */ struct csession; int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *); int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *); int cryptodev_session(struct fcrypt *, struct session_op *); int cryptodev_msession(struct fcrypt *, struct session_n_op *, int); struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses); >
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/distrib/syspkg/sets/comp/comp-sysutil-root
AgeCommit message (Expand)Author
2004-06-30Add missing NetBSD ID tagsjmc
2002-01-21Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,jwise