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)
Mar 8 2024, 7:58 AM
Unknown Object (File)
Feb 19 2024, 9:17 PM
Unknown Object (File)
Jan 16 2024, 10:39 PM
Unknown Object (File)
Jan 12 2024, 8:54 AM
Unknown Object (File)
Dec 30 2023, 2:20 AM
Unknown Object (File)
Dec 16 2023, 6:03 PM
Unknown Object (File)
Dec 11 2023, 7:53 AM
Unknown Object (File)
Dec 3 2023, 6:52 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