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)
Feb 10 2024, 6:11 AM
Unknown Object (File)
Feb 4 2024, 4:54 PM
Unknown Object (File)
Jan 12 2024, 10:01 AM
Unknown Object (File)
Jan 5 2024, 9:42 PM
Unknown Object (File)
Dec 20 2023, 8:41 AM
Unknown Object (File)
Dec 16 2023, 7:46 AM
Unknown Object (File)
Dec 7 2023, 12:47 PM
Unknown Object (File)
Nov 27 2023, 11:01 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