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)
Sun, Sep 21, 6:55 PM
Unknown Object (File)
Tue, Sep 16, 8:28 AM
Unknown Object (File)
Sep 4 2025, 12:15 AM
Unknown Object (File)
Aug 24 2025, 4:49 PM
Unknown Object (File)
Aug 19 2025, 9:17 AM
Unknown Object (File)
Aug 14 2025, 11:49 PM
Unknown Object (File)
Jul 27 2025, 3:16 PM
Unknown Object (File)
Jul 22 2025, 7:59 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