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)
Thu, Oct 16, 9:11 PM
Unknown Object (File)
Thu, Oct 16, 9:11 PM
Unknown Object (File)
Thu, Oct 16, 9:11 PM
Unknown Object (File)
Thu, Oct 16, 12:07 PM
Unknown Object (File)
Mon, Oct 13, 2:53 PM
Unknown Object (File)
Sun, Sep 21, 6:55 PM
Unknown Object (File)
Sep 16 2025, 8:28 AM
Unknown Object (File)
Sep 4 2025, 12:15 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