]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split logic to create new sessions into a separate function.
authorjhb <jhb@FreeBSD.org>
Fri, 6 Nov 2020 00:10:58 +0000 (00:10 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 6 Nov 2020 00:10:58 +0000 (00:10 +0000)
commitf4f48fec07e7ad0ccfeda674e85b3afc9eac6c63
tree557b79f9317d3c59b2830b36cb507599c10f20b7
parent9ea4cb88d353cf22e66641e9e6f78fcaa454a5dd
Split logic to create new sessions into a separate function.

This simplifies cryptof_ioctl as it now a wrapper around functions that
contain the bulk of the per-ioctl logic.

Reviewed by: markj
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D27068
sys/opencrypto/cryptodev.c