summaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2009-03-29 09:39:02 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-02 06:04:15 +0200
commit150c7e85526e80474b87004f4b420e8834fdeb43 (patch)
tree66ab693aadaacca850f222ac5fa248fddde3ac32 /CREDITS
parentcrypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher (diff)
downloadlinux-150c7e85526e80474b87004f4b420e8834fdeb43.tar.xz
linux-150c7e85526e80474b87004f4b420e8834fdeb43.zip
crypto: fpu - Add template for blkcipher touching FPU
Blkcipher touching FPU need to be enclosed by kernel_fpu_begin() and kernel_fpu_end(). If they are invoked in cipher algorithm implementation, they will be invoked for each block, so that performance will be hurt, because they are "slow" operations. This patch implements "fpu" template, which makes these operations to be invoked for each request. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions