Page MenuHomeFreeBSD

Remove CRYPTO_TIMING.
ClosedPublic

Authored by markj on Jun 26 2020, 2:53 PM.
Tags
None
Referenced Files
F102561580: D25464.id73692.diff
Thu, Nov 14, 2:30 AM
Unknown Object (File)
Mon, Nov 11, 7:24 AM
Unknown Object (File)
Fri, Nov 8, 3:21 AM
Unknown Object (File)
Oct 3 2024, 3:09 PM
Unknown Object (File)
Sep 30 2024, 4:39 AM
Unknown Object (File)
Sep 30 2024, 4:24 AM
Unknown Object (File)
Sep 30 2024, 2:17 AM
Unknown Object (File)
Sep 28 2024, 1:39 PM
Subscribers

Details

Summary

It was added a very long time ago. It is single-threaded, so only
really useful for basic measurements, and in the meantime we've gotten
some more sophisticated profiling tools.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jun 26 2020, 2:53 PM
markj created this revision.
This revision is now accepted and ready to land.Jun 26 2020, 4:19 PM
jhb added inline comments.
sys/opencrypto/cryptodev.h
329 ↗(On Diff #73692)

Can this be removed as well?

markj marked an inline comment as done.

Remove the definition of struct cryptotstat as well.

This revision now requires review to proceed.Jun 26 2020, 7:19 PM
This revision is now accepted and ready to land.Jun 26 2020, 7:28 PM
This revision was automatically updated to reflect the committed changes.