Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dcore.h47 void (*async_req_done)(struct qce_device *qce, int ret); member
H A Dcore.c246 qce->async_req_done = qce_async_request_done; in qce_crypto_probe()
H A Dskcipher.c61 qce->async_req_done(tmpl->qce, error); in qce_skcipher_done()
H A Dsha.c73 qce->async_req_done(tmpl->qce, error); in qce_ahash_done()
H A Daead.c88 qce->async_req_done(qce, error); in qce_aead_done()