xref: /netbsd-src/sys/opencrypto/cryptodev_internal.h (revision d909946ca08dceb44d7d0f22ec9488679695d976)
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