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
Unknown Object (File)
Mon, Mar 31, 2:37 AM
Unknown Object (File)
Tue, Mar 11, 10:17 AM
Unknown Object (File)
Tue, Mar 11, 8:38 AM
Unknown Object (File)
Mon, Mar 10, 5:25 AM
Unknown Object (File)
Mar 1 2025, 4:00 PM
Unknown Object (File)
Feb 24 2025, 1:20 AM
Unknown Object (File)
Feb 21 2025, 7:49 AM
Unknown Object (File)
Feb 8 2025, 4:42 AM
Subscribers

Details

Summary

Callers should use crypto_cursor_segment() instead.

Diff Detail

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

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