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)
Sat, Jan 4, 6:05 AM
Unknown Object (File)
Wed, Dec 25, 5:51 AM
Unknown Object (File)
Nov 30 2024, 3:56 PM
Unknown Object (File)
Nov 17 2024, 7:17 AM
Unknown Object (File)
Nov 10 2024, 1:03 PM
Unknown Object (File)
Oct 25 2024, 11:01 PM
Unknown Object (File)
Oct 2 2024, 6:15 AM
Unknown Object (File)
Sep 29 2024, 11:22 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