Lines Matching refs:ecode

1290 	int ecode = 0;  in aead_encrypt_done()  local
1295 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_encrypt_done()
1299 aead_request_complete(req, ecode); in aead_encrypt_done()
1311 int ecode = 0; in aead_decrypt_done() local
1316 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_decrypt_done()
1320 aead_request_complete(req, ecode); in aead_decrypt_done()
1397 int ecode = 0; in skcipher_encrypt_done() local
1403 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_encrypt_done()
1419 if (!ecode) in skcipher_encrypt_done()
1424 skcipher_request_complete(req, ecode); in skcipher_encrypt_done()
1435 int ecode = 0; in skcipher_decrypt_done() local
1441 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_decrypt_done()
1457 if (!ecode) in skcipher_decrypt_done()
1462 skcipher_request_complete(req, ecode); in skcipher_decrypt_done()
3397 int ecode = 0; in ahash_done() local
3402 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done()
3412 req->base.complete(&req->base, ecode); in ahash_done()
3423 int ecode = 0; in ahash_done_bi() local
3428 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_bi()
3450 req->base.complete(&req->base, ecode); in ahash_done_bi()
3462 int ecode = 0; in ahash_done_ctx_src() local
3467 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_src()
3477 req->base.complete(&req->base, ecode); in ahash_done_ctx_src()
3488 int ecode = 0; in ahash_done_ctx_dst() local
3493 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_dst()
3515 req->base.complete(&req->base, ecode); in ahash_done_ctx_dst()