Searched hist:"74 d3f1b63dbea05038e966cf4bb69a01b0589500" (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/man/man9/ |
H A D | crypto_request.9 | diff 74d3f1b63dbea05038e966cf4bb69a01b0589500 Tue Jan 04 23:22:12 CET 2022 John Baldwin <jhb@FreeBSD.org> OCF: Add crypto_clonereq().
This function clones an existing crypto request, but associates the new request with a specified session. The intended use case is for drivers to be able to fall back to software by cloning a request and dispatch it to an internally allocated software session.
Reviewed by: markj Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D33607
|
H A D | Makefile | diff 74d3f1b63dbea05038e966cf4bb69a01b0589500 Tue Jan 04 23:22:12 CET 2022 John Baldwin <jhb@FreeBSD.org> OCF: Add crypto_clonereq().
This function clones an existing crypto request, but associates the new request with a specified session. The intended use case is for drivers to be able to fall back to software by cloning a request and dispatch it to an internally allocated software session.
Reviewed by: markj Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D33607
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev.h | diff 74d3f1b63dbea05038e966cf4bb69a01b0589500 Tue Jan 04 23:22:12 CET 2022 John Baldwin <jhb@FreeBSD.org> OCF: Add crypto_clonereq().
This function clones an existing crypto request, but associates the new request with a specified session. The intended use case is for drivers to be able to fall back to software by cloning a request and dispatch it to an internally allocated software session.
Reviewed by: markj Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D33607
|
H A D | crypto.c | diff 74d3f1b63dbea05038e966cf4bb69a01b0589500 Tue Jan 04 23:22:12 CET 2022 John Baldwin <jhb@FreeBSD.org> OCF: Add crypto_clonereq().
This function clones an existing crypto request, but associates the new request with a specified session. The intended use case is for drivers to be able to fall back to software by cloning a request and dispatch it to an internally allocated software session.
Reviewed by: markj Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D33607
|