diff options
author | Fabien DESSENNE <[email protected]> | 2017-03-21 16:13:28 +0100 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2017-04-05 21:58:33 +0800 |
commit | b51dbe90912a0ce0c78717d2a8374af80b18ed11 (patch) | |
tree | 8291565588ac7913bbac172ebfb9caf85f3171f4 /tools/perf/scripts/python | |
parent | c0a680c4cc1b54c3f38b663f540d55c584452394 (diff) |
crypto: stm32 - Support for STM32 CRC32 crypto module
This module registers a CRC32 ("Ethernet") and a CRC32C (Castagnoli)
algorithm that make use of the STMicroelectronics STM32 crypto hardware.
Theses algorithms are compatible with the little-endian generic ones.
Both algorithms use ~0 as default seed (key).
With CRC32C the output is xored with ~0.
Using TCRYPT CRC32C speed test, this shows up to 900% speedup compared
to the crc32c-generic algorithm.
Signed-off-by: Fabien Dessenne <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions