Page MenuHomeFreeBSD

crypto: Remove now-unused crypto_cursor_seg{base,len}.
ClosedPublic

Authored by jhb on May 24 2021, 11:58 PM.
Tags
None
Referenced Files
F164848389: D30448.diff
Tue, Aug 4, 7:44 AM
Unknown Object (File)
Sun, Jul 26, 4:09 PM
Unknown Object (File)
Sat, Jul 25, 1:58 PM
Unknown Object (File)
Sat, Jul 25, 4:22 AM
Unknown Object (File)
Jun 23 2026, 12:02 AM
Unknown Object (File)
Jun 18 2026, 1:14 PM
Unknown Object (File)
May 19 2026, 1:18 AM
Unknown Object (File)
May 19 2026, 1:18 AM
Subscribers

Details

Summary

Callers should use crypto_cursor_segment() instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39429
Build 36318: arc lint + arc unit

Event Timeline

jhb requested review of this revision.May 24 2021, 11:58 PM

I won't commit this until after updating the isal(4) driver in ports to use crypto_cursor_segment(). I already have tested a patch to do this, but will wait for the change that adds the new function land with the proper __FreeBSD_version bump first before committing the port update.

This revision is now accepted and ready to land.May 25 2021, 1:49 PM