K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-04-02T17:22:16.823448Z K 7 svn:log V 297 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 END