commit | f990f7fb58ac8ac9a43316f09a48cff1a49dda42 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 10 12:17:58 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 18 18:43:43 2019 +0800 |
tree | 01b8488d7ac36351909a8baf098069ba5465d838 | |
parent | 793ff5ffc105a5962ab4c978d08988e3f8dc93aa [diff] |
crypto: tgr192 - fix unaligned memory access Fix an unaligned memory access in tgr192_transform() by using the unaligned access helpers. Fixes: 06ace7a9bafe ("[CRYPTO] Use standard byte order macros wherever possible") Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>