Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/opencrypto/_cryptodev.h
39475 views
1
/*
2
* This trivial work is released to the public domain, or licensed under the
3
* terms of the CC0, at your option.
4
*/
5
#pragma once
6
7
typedef struct crypto_session *crypto_session_t;
8
9