Lines Matching refs:ecode
1293 int ecode = 0; in aead_encrypt_done() local
1298 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_encrypt_done()
1302 aead_request_complete(req, ecode); in aead_encrypt_done()
1314 int ecode = 0; in aead_decrypt_done() local
1319 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_decrypt_done()
1323 aead_request_complete(req, ecode); in aead_decrypt_done()
1400 int ecode = 0; in skcipher_encrypt_done() local
1406 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_encrypt_done()
1422 if (!ecode) in skcipher_encrypt_done()
1427 skcipher_request_complete(req, ecode); in skcipher_encrypt_done()
1438 int ecode = 0; in skcipher_decrypt_done() local
1444 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_decrypt_done()
1460 if (!ecode) in skcipher_decrypt_done()
1465 skcipher_request_complete(req, ecode); in skcipher_decrypt_done()
3408 int ecode = 0; in ahash_done() local
3413 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done()
3423 ahash_request_complete(req, ecode); in ahash_done()
3434 int ecode = 0; in ahash_done_bi() local
3439 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_bi()
3461 ahash_request_complete(req, ecode); in ahash_done_bi()
3473 int ecode = 0; in ahash_done_ctx_src() local
3478 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_src()
3488 ahash_request_complete(req, ecode); in ahash_done_ctx_src()
3499 int ecode = 0; in ahash_done_ctx_dst() local
3504 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_dst()
3526 ahash_request_complete(req, ecode); in ahash_done_ctx_dst()