xref: /netbsd-src/sys/opencrypto/cryptodev_internal.h (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1 /* $NetBSD: cryptodev_internal.h,v 1.1 2011/02/19 16:26:34 drochner Exp $ */
2 
3 /* exported to compat code, not for consumers */
4 
5 struct csession;
6 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
7 int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
8 int cryptodev_session(struct fcrypt *, struct session_op *);
9 int cryptodev_msession(struct fcrypt *, struct session_n_op *, int);
10 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses);
11