diff options
author | Jussi Kivilinna <jussi.kivilinna@iki.fi> | 2013-04-13 10:46:45 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-04-25 13:09:04 (GMT) |
commit | 604880107010a1e5794552d184cd5471ea31b973 (patch) | |
tree | ed37e3b3e8454f758daab88a2fb9cb5f043ca8ad /net/phonet | |
parent | ad8b7c3e92868dd86c54d9d5321000bbb4096f0d (diff) | |
download | linux-fsl-qoriq-604880107010a1e5794552d184cd5471ea31b973.tar.xz |
crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
Patch adds AVX2/x86-64 implementation of Blowfish cipher, requiring 32 parallel
blocks for input (256 bytes). Table look-ups are performed using vpgatherdd
instruction directly from vector registers and thus should be faster than
earlier implementations.
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/phonet')
0 files changed, 0 insertions, 0 deletions