summaryrefslogtreecommitdiff
path: root/crypto/poly1305_generic.c
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-06-28 16:55:52 +0200
committerWill Deacon <will.deacon@arm.com>2017-06-29 11:02:41 +0100
commita5018b0e6f036a598e55371e9135e287dc3b25e5 (patch)
treec82e2ea54b3216b940a861428d450c979fe11ae7 /crypto/poly1305_generic.c
parent0607512d0a8d7fac86667466b884095e04b10a59 (diff)
arm64: fix endianness annotation for debug-monitors.c
Here we're reading thumb or ARM instructions, which are always stored in memory in little-endian order. These values are thus correctly converted to native order but the intermediate value should be annotated as for little-endian values. Fix this by declaring the intermediate var as __le32 or __le16. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'crypto/poly1305_generic.c')
0 files changed, 0 insertions, 0 deletions