Lines Matching refs:ecode

1294 	int ecode = 0;  in aead_encrypt_done()  local
1299 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_encrypt_done()
1303 aead_request_complete(req, ecode); in aead_encrypt_done()
1315 int ecode = 0; in aead_decrypt_done() local
1320 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_decrypt_done()
1324 aead_request_complete(req, ecode); in aead_decrypt_done()
1401 int ecode = 0; in skcipher_encrypt_done() local
1407 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_encrypt_done()
1423 if (!ecode) in skcipher_encrypt_done()
1428 skcipher_request_complete(req, ecode); in skcipher_encrypt_done()
1439 int ecode = 0; in skcipher_decrypt_done() local
1445 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_decrypt_done()
1461 if (!ecode) in skcipher_decrypt_done()
1466 skcipher_request_complete(req, ecode); in skcipher_decrypt_done()
3409 int ecode = 0; in ahash_done() local
3414 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done()
3424 ahash_request_complete(req, ecode); in ahash_done()
3435 int ecode = 0; in ahash_done_bi() local
3440 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_bi()
3462 ahash_request_complete(req, ecode); in ahash_done_bi()
3474 int ecode = 0; in ahash_done_ctx_src() local
3479 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_src()
3489 ahash_request_complete(req, ecode); in ahash_done_ctx_src()
3500 int ecode = 0; in ahash_done_ctx_dst() local
3505 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_dst()
3527 ahash_request_complete(req, ecode); in ahash_done_ctx_dst()