diff options
author | 2016-02-17 14:46:59 +0100 | |
---|---|---|
committer | 2016-02-28 03:26:30 +0800 | |
commit | 3ee0cb5fb5eea2110db1b5cb7f67029b7be8a376 (patch) | |
tree | 1e4d55e95009a958d84441ef97025c28f060ba72 /lib/mpi/mpi-internal.h | |
parent | crypto: rockchip - add hash support for crypto engine in rk3288 (diff) | |
download | linux-dev-3ee0cb5fb5eea2110db1b5cb7f67029b7be8a376.tar.xz linux-dev-3ee0cb5fb5eea2110db1b5cb7f67029b7be8a376.zip |
lib/mpi: Endianness fix
The limbs are integers in the host endianness, so we can't simply
iterate over the individual bytes. The current code happens to work on
little-endian, because the order of the limbs in the MPI array is the
same as the order of the bytes in each limb, but it breaks on
big-endian.
Fixes: 0f74fbf77d45 ("MPI: Fix mpi_read_buffer")
Signed-off-by: Michal Marek <mmarek@suse.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions