summaryrefslogtreecommitdiffstats
path: root/crypto/cts.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
commita596999b7ddfe7fc5b7b8adf9536ab1c39cb12d2 (patch)
tree319147372157dc5edbca12edfdd659a999a036ad /crypto/cts.c
parent66db37391dad834a4f739984eec81af27a68b09c (diff)
downloadlinux-a596999b7ddfe7fc5b7b8adf9536ab1c39cb12d2.tar.bz2
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/cts.c')
0 files changed, 0 insertions, 0 deletions