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
5struct csession;
6int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
7int cryptodev_mop(struct fcrypt *, struct crypt_n_op *, int, struct lwp *);
8int cryptodev_session(struct fcrypt *, struct session_op *);
9int cryptodev_msession(struct fcrypt *, struct session_n_op *, int);
10struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses);
11