There are no in-kernel consumers.
Details
Details
- Reviewers
cem jmg - Group Reviewers
manpages - Commits
- rS360936: Remove MD5 HMAC from OCF.
- make tinderbox
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Thanks.
sys/mips/cavium/cryptocteon/cavium_crypto.c | ||
---|---|---|
464 ↗ | (On Diff #71570) | This deserves to be removed for this function name alone |
sys/mips/cavium/cryptocteon/cryptocteonvar.h | ||
66 ↗ | (On Diff #71570) | Yeah it's almost like they should have names that reflect what they do |
sys/opencrypto/cryptodev.h | ||
77 ↗ | (On Diff #71570) | I might keep this constant, even if unused. I don't know if this is the best header for it, but given proximity to the other similar values, it seems ok. |
90 ↗ | (On Diff #71570) | Ditto. Even if we don't use the algorithm in OCF it is occasionally handy to have these numbers as reference points. |
sys/opencrypto/cryptodev.h | ||
---|---|---|
90 ↗ | (On Diff #71570) | <sys/md5.h> already has MD5_DIGEST_LENGTH and MD5_BLOCK_LENGTH and any in-kernel users of MD5 should be using that header and its constants. I'd like to keep this header limited to what OCF uses / supports. |
sys/opencrypto/cryptodev.h | ||
---|---|---|
90 ↗ | (On Diff #71570) | perfect. |