Home
last modified time | relevance | path

Searched refs:async_req_handle (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcore.h51 * @async_req_handle: invoked by core to handle enqueued request
57 int (*async_req_handle)(struct crypto_async_request *async_req); member
H A Dcore.c70 ret = ops->async_req_handle(async_req); in qce_handle_request()
H A Dskcipher.c477 .async_req_handle = qce_skcipher_async_req_handle,
H A Dsha.c577 .async_req_handle = qce_ahash_async_req_handle,
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dcore.h52 * @async_req_handle: invoked by core to handle enqueued request
58 int (*async_req_handle)(struct crypto_async_request *async_req); member
H A Dcore.c76 ret = ops->async_req_handle(async_req); in qce_handle_request()
H A Dskcipher.c528 .async_req_handle = qce_skcipher_async_req_handle,
H A Dsha.c544 .async_req_handle = qce_ahash_async_req_handle,
H A Daead.c846 .async_req_handle = qce_aead_async_req_handle,

Completed in 7 milliseconds