xref: /freebsd/sys/opencrypto/_cryptodev.h (revision da5069e1f7daaef1e7157876d6044de6f3a08ce2)
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