aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2016-10-11 19:15:17 +0100
committerHerbert Xu <[email protected]>2016-10-21 11:03:43 +0800
commit56e4e76c68fcb51547b5299e5b66a135935ff414 (patch)
treed3686c5d4ba2954d644efcec81ee77e6c572dbc6 /tools/perf/scripts/python/bin
parent174122c39c369ed924d2608fc0be0171997ce800 (diff)
crypto: arm64/aes-ccm-ce: fix for big endian
The AES-CCM implementation that uses ARMv8 Crypto Extensions instructions refers to the AES round keys as pairs of 64-bit quantities, which causes failures when building the code for big endian. In addition, it byte swaps the input counter unconditionally, while this is only required for little endian builds. So fix both issues. Fixes: 12ac3efe74f8 ("arm64/crypto: use crypto instructions to generate AES key schedule") Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions