diff options
| author | Eric Biggers <[email protected]> | 2019-01-10 12:17:52 -0800 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2019-01-18 18:43:42 +0800 |
| commit | 18666550f4c51e331551682d358dcfe3aca76a37 (patch) | |
| tree | 61fe1e070e18319d09d52ec0639d74c3b8854ca8 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 707d0cf8f7cff6dfee9197002859912310532c4f (diff) | |
crypto: gcm - use correct endianness type in gcm_hash_len()
In gcm_hash_len(), use be128 rather than u128. This fixes the following
sparse warnings:
crypto/gcm.c:252:19: warning: incorrect type in assignment (different base types)
crypto/gcm.c:252:19: expected unsigned long long [usertype] a
crypto/gcm.c:252:19: got restricted __be64 [usertype]
crypto/gcm.c:253:19: warning: incorrect type in assignment (different base types)
crypto/gcm.c:253:19: expected unsigned long long [usertype] b
crypto/gcm.c:253:19: got restricted __be64 [usertype]
No actual change in behavior.
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions