Lines Matching refs:ecode
1297 int ecode = 0; in aead_encrypt_done() local
1302 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_encrypt_done()
1306 aead_request_complete(req, ecode); in aead_encrypt_done()
1318 int ecode = 0; in aead_decrypt_done() local
1323 ecode = caam_qi2_strstatus(ctx->dev, status); in aead_decrypt_done()
1327 aead_request_complete(req, ecode); in aead_decrypt_done()
1404 int ecode = 0; in skcipher_encrypt_done() local
1410 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_encrypt_done()
1426 if (!ecode) in skcipher_encrypt_done()
1431 skcipher_request_complete(req, ecode); in skcipher_encrypt_done()
1442 int ecode = 0; in skcipher_decrypt_done() local
1448 ecode = caam_qi2_strstatus(ctx->dev, status); in skcipher_decrypt_done()
1464 if (!ecode) in skcipher_decrypt_done()
1469 skcipher_request_complete(req, ecode); in skcipher_decrypt_done()
3352 int ecode = 0; in ahash_done() local
3357 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done()
3367 req->base.complete(&req->base, ecode); in ahash_done()
3378 int ecode = 0; in ahash_done_bi() local
3383 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_bi()
3397 req->base.complete(&req->base, ecode); in ahash_done_bi()
3409 int ecode = 0; in ahash_done_ctx_src() local
3414 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_src()
3424 req->base.complete(&req->base, ecode); in ahash_done_ctx_src()
3435 int ecode = 0; in ahash_done_ctx_dst() local
3440 ecode = caam_qi2_strstatus(ctx->dev, status); in ahash_done_ctx_dst()
3454 req->base.complete(&req->base, ecode); in ahash_done_ctx_dst()