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)
Sun, Nov 9, 2:33 AM
Unknown Object (File)
Sat, Nov 8, 6:05 PM
Unknown Object (File)
Wed, Oct 29, 7:34 PM
Unknown Object (File)
Tue, Oct 28, 2:46 AM
Unknown Object (File)
Mon, Oct 27, 12:21 AM
Unknown Object (File)
Sun, Oct 26, 10:24 PM
Unknown Object (File)
Sun, Oct 26, 10:21 PM
Unknown Object (File)
Sat, Oct 25, 2:39 PM
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