We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34a641 commit ea2fbe3Copy full SHA for ea2fbe3
drivers/crypto/cavium/nitrox/nitrox_aead.c
@@ -199,7 +199,7 @@ static void nitrox_aead_callback(void *arg, int err)
199
err = -EINVAL;
200
}
201
202
- areq->base.complete(&areq->base, err);
+ aead_request_complete(areq, err);
203
204
205
static inline bool nitrox_aes_gcm_assoclen_supported(unsigned int assoclen)
@@ -434,7 +434,7 @@ static void nitrox_rfc4106_callback(void *arg, int err)
434
435
436
437
438
439
440
static int nitrox_rfc4106_enc(struct aead_request *areq)
0 commit comments