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()
3394 int ecode = 0; in ahash_done() local
3399 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done()
3409 req->base.complete(&req->base, ecode); in ahash_done()
3420 int ecode = 0; in ahash_done_bi() local
3425 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_bi()
3447 req->base.complete(&req->base, ecode); in ahash_done_bi()
3459 int ecode = 0; in ahash_done_ctx_src() local
3464 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_src()
3474 req->base.complete(&req->base, ecode); in ahash_done_ctx_src()
3485 int ecode = 0; in ahash_done_ctx_dst() local
3490 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_dst()
3512 req->base.complete(&req->base, ecode); in ahash_done_ctx_dst()