diff options
author | Jerry Shih <[email protected]> | 2024-01-21 16:19:17 -0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2024-01-22 17:55:20 -0800 |
commit | 600a3853dfa007935220b3489e2be5ab8950b4b4 (patch) | |
tree | 2d4aba768f3342fd722b5812d01d7b553bb6f5d2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bb54668837a073f18e173dd7be63f9ef5ee9f7ac (diff) |
crypto: riscv - add vector crypto accelerated GHASH
Add an implementation of GHASH using the zvkg extension. The assembly
code is derived from OpenSSL code (openssl/openssl#21923) that was
dual-licensed so that it could be reused in the kernel. Nevertheless,
the assembly has been significantly reworked for integration with the
kernel, for example by using a regular .S file instead of the so-called
perlasm, using the assembler instead of bare '.inst', reducing code
duplication, and eliminating unnecessary endianness conversions.
Co-developed-by: Christoph Müllner <[email protected]>
Signed-off-by: Christoph Müllner <[email protected]>
Co-developed-by: Heiko Stuebner <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Signed-off-by: Jerry Shih <[email protected]>
Co-developed-by: Eric Biggers <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions