Sponsored by: The FreeBSD Foundation
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think most of my comments in D33756 apply here too.
sys/opencrypto/cryptosoft.c | ||
---|---|---|
861–871 | Is this the main difference with swcr_gcm()? I wonder if it'd be worth trying to share code between them. Maybe not, I guess the main goal here is to provide a convenient way to test the encrypt_multi implementations. |
Comment Actions
- Use for loop instead of while.
- Handle boundary conditions when segment ends on a block boundary.