diff options
author | Ondrej Mosnáček <[email protected]> | 2017-04-02 21:19:14 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2017-04-05 21:58:37 +0800 |
commit | e55318c84f199d6056a0bcd98bc4612d01ccfe80 (patch) | |
tree | b77991aaa7d895773d631dbbdfc10ba960d96dfc /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | acb9b159c784dc0033ede0dadde876ebd93aca4c (diff) |
crypto: gf128mul - switch gf128mul_x_ble to le128
Currently, gf128mul_x_ble works with pointers to be128, even though it
actually interprets the words as little-endian. Consequently, it uses
cpu_to_le64/le64_to_cpu on fields of type __be64, which is incorrect.
This patch fixes that by changing the function to accept pointers to
le128 and updating all users accordingly.
Signed-off-by: Ondrej Mosnacek <[email protected]>
Reviewd-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions