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
Unknown Object (File)
Fri, Dec 20, 1:50 AM
Unknown Object (File)
Fri, Dec 13, 11:53 AM
Unknown Object (File)
Nov 4 2024, 2:22 AM
Unknown Object (File)
Oct 24 2024, 3:26 PM
Unknown Object (File)
Oct 3 2024, 12:57 PM
Unknown Object (File)
Sep 28 2024, 8:28 AM
Unknown Object (File)
Sep 4 2024, 5:02 PM
Unknown Object (File)
Sep 1 2024, 10:33 PM
Subscribers

Details

Test Plan

I did this by hand rather than using h2py.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 23631
Build 22616: arc lint + arc unit

Event Timeline

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

tests/sys/opencrypto/cryptodevh.py
204

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

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

This revision was automatically updated to reflect the committed changes.