diff options
| author | Patrick Steuer <[email protected]> | 2021-11-04 15:58:51 +0100 |
|---|---|---|
| committer | Heiko Carstens <[email protected]> | 2021-12-06 14:42:24 +0100 |
| commit | b087dfab4d3902681550fd1f5ff9c3e942059478 (patch) | |
| tree | acc95523edb8e6eac15e296eaf9ecb5b5ac889b5 /drivers/fpga/zynq-fpga.c | |
| parent | 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1 (diff) | |
s390/crypto: add SIMD implementation for ChaCha20
Add an implementation of the ChaCha20 stream cipher (see e.g. RFC 7539)
that makes use of z13's vector instruction set extension.
The original implementation is by Andy Polyakov which is
adapted for kernel use.
Four to six blocks are processed in parallel resulting in a performance
gain for inputs >= 256 bytes.
chacha20-generic
1 operation in 622 cycles (256 bytes)
1 operation in 2346 cycles (1024 bytes)
chacha20-s390
1 operation in 218 cycles (256 bytes)
1 operation in 647 cycles (1024 bytes)
Cc: Andy Polyakov <[email protected]>
Reviewed-by: Harald Freudenberger <[email protected]>
Signed-off-by: Patrick Steuer <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'drivers/fpga/zynq-fpga.c')
0 files changed, 0 insertions, 0 deletions