Page MenuHomeFreeBSD

ktls: Change struct ktls_session.cipher to an OCF-specific type.
ClosedPublic

Authored by jhb on Oct 19 2021, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 11:19 PM
Unknown Object (File)
Oct 15 2024, 6:14 AM
Unknown Object (File)
Oct 2 2024, 2:02 AM
Unknown Object (File)
Sep 30 2024, 11:25 PM
Unknown Object (File)
Sep 28 2024, 2:39 PM
Unknown Object (File)
Sep 26 2024, 3:26 PM
Unknown Object (File)
Sep 25 2024, 11:49 PM
Unknown Object (File)
Sep 23 2024, 4:26 AM
Subscribers

Details

Summary

As a followup to SW KTLS assuming an OCF backend, rename
struct ocf_session to struct ktls_ocf_session and forward
declare it in <sys/ktls.h> to use as the type of
struct ktls_session.cipher.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable