aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-08-27 09:03:42 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2021-09-17 11:05:11 +0800
commit898387e40cf538b7d1605e05d456699fe418a77f (patch)
tree884acdd98a51a7a0a4714ca1079234be7daaeebc /tools/perf/scripts/python/export-to-postgresql.py
parentcrypto: arm64/aes-ccm - reduce NEON begin/end calls for common case (diff)
downloadwireguard-linux-898387e40cf538b7d1605e05d456699fe418a77f.tar.xz
wireguard-linux-898387e40cf538b7d1605e05d456699fe418a77f.zip
crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data
With the SIMD code path removed, we can clean up the CCM auth-only path a bit further, by passing the 'macp' input buffer pointer by value, rather than by reference, and taking the output value from the function's return value. This way, the compiler is no longer forced to allocate macp on the stack. This is not expected to make any difference in practice, it just makes for slightly cleaner code. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions