]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add crypto_initreq() and crypto_destroyreq().
authorjhb <jhb@FreeBSD.org>
Thu, 16 Jul 2020 21:30:46 +0000 (21:30 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 16 Jul 2020 21:30:46 +0000 (21:30 +0000)
commit3a60ca187b4253305bdbcec53c4f01b3fa375645
tree4e7c6cd9504c31ee0dd82fa7651d2b6c335cf81b
parentd51590f65e02b89b72965ff776e069b29e065d64
Add crypto_initreq() and crypto_destroyreq().

These routines are similar to crypto_getreq() and crypto_freereq() but
operate on caller-supplied storage instead of allocating crypto
requests from a UMA zone.

Reviewed by: markj
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D25691
share/man/man9/Makefile
share/man/man9/crypto_request.9
sys/opencrypto/crypto.c
sys/opencrypto/cryptodev.h