cryptodev_internal.h revision 1.1
11.1Sdrochner/* $NetBSD: cryptodev_internal.h,v 1.1 2011/02/19 16:26:34 drochner Exp $ */
21.1Sdrochner
31.1Sdrochner/* exported to compat code, not for consumers */
41.1Sdrochner
51.1Sdrochnerstruct csession;
61.1Sdrochnerint cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
71.1Sdrochnerint cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
81.1Sdrochnerint cryptodev_session(struct fcrypt *, struct session_op *);
91.1Sdrochnerint cryptodev_msession(struct fcrypt *, struct session_n_op *, int);
101.1Sdrochnerstruct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses);
11