Page MenuHomeFreeBSD

Sync cryptographic algorithm constants with current cryptodev.h.
ClosedPublic

Authored by jhb on Apr 11 2019, 8:19 PM.
Tags
None
Referenced Files
F166230452: D19881.id56410.diff
Wed, Aug 12, 12:09 PM
F166215488: D19881.id.diff
Wed, Aug 12, 10:28 AM
F166200589: D19881.id56106.diff
Wed, Aug 12, 7:48 AM
Unknown Object (File)
Sun, Aug 9, 9:11 PM
Unknown Object (File)
Sun, Aug 9, 12:31 AM
Unknown Object (File)
Fri, Aug 7, 8:10 PM
Unknown Object (File)
Fri, Aug 7, 6:53 PM
Unknown Object (File)
Wed, Jul 22, 8:51 PM
Subscribers

Details

Test Plan

I did this by hand rather than using h2py.

Diff Detail

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

Event Timeline

Ugh. Python's "cffi" library might make this less gross in the future.

tests/sys/opencrypto/cryptodevh.py
204 ↗(On Diff #56106)

Why the heck did we add RIPEMD in the last year or two?

This revision is now accepted and ready to land.Apr 11 2019, 8:35 PM
tests/sys/opencrypto/cryptodevh.py
204 ↗(On Diff #56106)

Oh, it was my fault — non-HMAC versions of hashes. Mea culpa.

This revision was automatically updated to reflect the committed changes.