Searched hist:"946 b8f6fb02642cc925455132261671398094152" (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/man/man9/ |
H A D | crypto_request.9 | diff 946b8f6fb02642cc925455132261671398094152 Thu Jul 16 23:30:46 CEST 2020 John Baldwin <jhb@FreeBSD.org> 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
|
H A D | Makefile | diff 946b8f6fb02642cc925455132261671398094152 Thu Jul 16 23:30:46 CEST 2020 John Baldwin <jhb@FreeBSD.org> 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
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev.h | diff 946b8f6fb02642cc925455132261671398094152 Thu Jul 16 23:30:46 CEST 2020 John Baldwin <jhb@FreeBSD.org> 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
|
H A D | crypto.c | diff 946b8f6fb02642cc925455132261671398094152 Thu Jul 16 23:30:46 CEST 2020 John Baldwin <jhb@FreeBSD.org> 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
|