summaryrefslogtreecommitdiff
path: root/crypto/rmd256.c
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2015-03-19 12:31:40 -0700
committerDavid S. Miller <davem@davemloft.net>2015-03-23 16:41:37 -0400
commit34c08cc85c3814e3cf62237c1aca3c9c8c75cb8c (patch)
tree2cd509f29ca5790aaa05109e3e8fbaf42ab6c8fc /crypto/rmd256.c
parent28ab1cdf648e65c026dbc5e4420609b269e678ff (diff)
downloadlinux-crypto-34c08cc85c3814e3cf62237c1aca3c9c8c75cb8c.tar.gz
linux-crypto-34c08cc85c3814e3cf62237c1aca3c9c8c75cb8c.zip
crypto: algif - change algif_skcipher to be asynchronous
The way the algif_skcipher works currently is that on sendmsg/sendpage it builds an sgl for the input data and then on read/recvmsg it sends the job for encryption putting the user to sleep till the data is processed. This way it can only handle one job at a given time. This patch changes it to be asynchronous by adding AIO support. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/rmd256.c')
0 files changed, 0 insertions, 0 deletions