Home
last modified time | relevance | path

Searched refs:async_req_done (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/qce/
H A Dcore.h44 void (*async_req_done)(struct qce_device *qce, int ret); member
H A Dcore.c261 qce->async_req_done = qce_async_request_done; in qce_crypto_probe()
H A Dskcipher.c60 qce->async_req_done(tmpl->qce, error); in qce_skcipher_done()
H A Dsha.c72 qce->async_req_done(tmpl->qce, error); in qce_ahash_done()
H A Daead.c89 qce->async_req_done(qce, error); in qce_aead_done()