Page MenuHomeFreeBSD

crypto: Validate return values from CRYPTODEV_PROCESS()
ClosedPublic

Authored by markj on Jun 1 2022, 9:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 12, 1:07 PM
Unknown Object (File)
Mar 25 2025, 6:23 AM
Unknown Object (File)
Mar 6 2025, 6:58 PM
Unknown Object (File)
Mar 2 2025, 7:16 AM
Unknown Object (File)
Feb 26 2025, 10:57 PM
Unknown Object (File)
Feb 26 2025, 1:20 PM
Unknown Object (File)
Feb 26 2025, 5:41 AM
Unknown Object (File)
Feb 25 2025, 10:10 AM
Subscribers

Details

Summary

Errors are always handled by the completion callback, so we should check
that they're not also passed back to the caller.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable