summaryrefslogtreecommitdiff
path: root/crypto/blkcipher.c
diff options
context:
space:
mode:
authorTim Chen <tim.c.chen@linux.intel.com>2014-07-31 10:29:51 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2014-08-25 20:32:25 +0800
commita644a24d624df41ed5679d004e0c4390a7dffd21 (patch)
treea0017d3206c639e9904c62d7bdb2518d4e1d32c8 /crypto/blkcipher.c
parentf8cc42746ce12ac2fefb128d287b99df704a98c0 (diff)
downloadlinux-crypto-a644a24d624df41ed5679d004e0c4390a7dffd21.tar.gz
linux-crypto-a644a24d624df41ed5679d004e0c4390a7dffd21.zip
crypto: sha-mb - multibuffer crypto infrastructure
This patch introduces the multi-buffer crypto daemon which is responsible for submitting crypto jobs in a work queue to the responsible multi-buffer crypto algorithm. The idea of the multi-buffer algorihtm is to put data streams from multiple jobs in a wide (AVX2) register and then take advantage of SIMD instructions to do crypto computation on several buffers simultaneously. The multi-buffer crypto daemon is also responsbile for flushing the remaining buffers to complete the computation if no new buffers arrive for a while. Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/blkcipher.c')
0 files changed, 0 insertions, 0 deletions