akcipher_request_set_callback (9) Linux Manual Page
akcipher_request_set_callback – Sets an asynchronous callback.
Synopsis
void akcipher_request_set_callback(struct akcipher_request *req, u32 flgs, crypto_completion_t cmpl, void *data);
Arguments
req
-
- request that the callback will be set for
flgs
- specify for instance if the operation may backlog
cmpl
- callback which will be called
data
- private data used by the caller
Description
Callback will be called when an asynchronous operation on a given request is finished.
Authors
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
