John Baldwin 1b96435a65 Avoid checking pointers that are never NULL.
Coverity noted that cod pointer is always non-NULL at the end of
cryptodev_aead().  While here, fix cryptodev_op() to match by making
one earlier failure case before cod and crp are allocated just return
directly.

CID:		1422185
Reported by:	Coverity
2020-04-02 17:22:16 +00:00
..
2019-04-24 23:27:39 +00:00
2019-02-15 03:46:39 +00:00
2020-04-02 16:55:28 +00:00
2019-02-15 03:46:39 +00:00
2020-02-07 19:53:07 +00:00