Lines Matching refs:ecode

1287 	int ecode = 0;  in aead_encrypt_done()  local
1292 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_encrypt_done()
1296 aead_request_complete(req, ecode); in aead_encrypt_done()
1308 int ecode = 0; in aead_decrypt_done() local
1313 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_decrypt_done()
1317 aead_request_complete(req, ecode); in aead_decrypt_done()
1394 int ecode = 0; in skcipher_encrypt_done() local
1400 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_encrypt_done()
1416 if (!ecode) in skcipher_encrypt_done()
1421 skcipher_request_complete(req, ecode); in skcipher_encrypt_done()
1432 int ecode = 0; in skcipher_decrypt_done() local
1438 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_decrypt_done()
1454 if (!ecode) in skcipher_decrypt_done()
1459 skcipher_request_complete(req, ecode); in skcipher_decrypt_done()
3393 int ecode = 0; in ahash_done() local
3398 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done()
3408 req->base.complete(&req->base, ecode); in ahash_done()
3419 int ecode = 0; in ahash_done_bi() local
3424 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_bi()
3446 req->base.complete(&req->base, ecode); in ahash_done_bi()
3458 int ecode = 0; in ahash_done_ctx_src() local
3463 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_src()
3473 req->base.complete(&req->base, ecode); in ahash_done_ctx_src()
3484 int ecode = 0; in ahash_done_ctx_dst() local
3489 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_dst()
3511 req->base.complete(&req->base, ecode); in ahash_done_ctx_dst()