summaryrefslogtreecommitdiff
path: root/crypto/rmd160.c
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2009-03-29 15:39:02 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-02 14:04:15 +1000
commitad44a141a2c36d2268d72c407326f9a5f570e482 (patch)
tree56e517d71f08a2106603a73686471a30ec6f17b7 /crypto/rmd160.c
parent7ea1b9cb57dc349e0910bce5ad7ac7cdb075bbc7 (diff)
downloadlinux-crypto-ad44a141a2c36d2268d72c407326f9a5f570e482.tar.gz
linux-crypto-ad44a141a2c36d2268d72c407326f9a5f570e482.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 'crypto/rmd160.c')
0 files changed, 0 insertions, 0 deletions