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 11, 5:32 PM
Unknown Object (File)
Tue, Apr 7, 9:28 AM
Unknown Object (File)
Thu, Apr 2, 9:28 AM
Unknown Object (File)
Thu, Apr 2, 7:35 AM
Unknown Object (File)
Wed, Apr 1, 11:13 PM
Unknown Object (File)
Wed, Apr 1, 7:46 AM
Unknown Object (File)
Fri, Mar 20, 12:31 PM
Unknown Object (File)
Mar 10 2026, 8:29 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