Home
last modified time | relevance | path

Searched refs:backlog_req (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c428 struct sec_request *backlog_req; in sec_skcipher_alg_callback() local
498 backlog_req = list_first_entry(&ctx->backlog, in sec_skcipher_alg_callback()
499 typeof(*backlog_req), in sec_skcipher_alg_callback()
502 backlog_req->num_elements) || in sec_skcipher_alg_callback()
505 backlog_req->num_elements)) { in sec_skcipher_alg_callback()
506 sec_send_request(backlog_req, ctx->queue); in sec_skcipher_alg_callback()
507 crypto_request_complete(backlog_req->req_base, in sec_skcipher_alg_callback()
509 list_del(&backlog_req->backlog_head); in sec_skcipher_alg_callback()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1428 struct sec_req *backlog_req = NULL; in sec_back_req_clear() local
1434 backlog_req = list_first_entry(&qp_ctx->backlog, in sec_back_req_clear()
1435 typeof(*backlog_req), backlog_head); in sec_back_req_clear()
1436 list_del(&backlog_req->backlog_head); in sec_back_req_clear()
1440 return backlog_req; in sec_back_req_clear()
1449 struct sec_req *backlog_req; in sec_skcipher_callback() local
1459 backlog_req = sec_back_req_clear(ctx, qp_ctx); in sec_skcipher_callback()
1460 if (!backlog_req) in sec_skcipher_callback()
1463 backlog_sk_req = backlog_req->c_req.sk_req; in sec_skcipher_callback()
1712 struct sec_req *backlog_req; in sec_aead_callback() local
[all …]