xref: /src/sys/opencrypto/_cryptodev.h (revision 052d159a8b83f03d7dc5eb31cd9a9b4a6fe3d9da)
1 /*
2  * This trivial work is released to the public domain, or licensed under the
3  * terms of the CC0, at your option.
4  * $FreeBSD$
5  */
6 #pragma once
7 
8 typedef struct crypto_session	*crypto_session_t;
9