Sponsored by: Chelsio Communications
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
tests/sys/kern/ktls_test.c | ||
---|---|---|
273–274 | It might be worthwhile to keep the cbc_encrypt() and _decrypt() functions as wrappers. Then it's easier to read the callers since one doesn't have to remember what the bool parameter means. | |
909–961 | The comment didn't move along with the old function. A comment for the new function should also explain "padding". |
tests/sys/kern/ktls_test.c | ||
---|---|---|
909–961 | The comment is for the group of functions that encrypt TLS records (there is a similar pattern for the decrypt_tls_* functions). But yes, padding is worth documenting. |