commit | 109e23bd10b5688895e61916435834c71a0bd1ed | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Mon Nov 07 20:47:09 2016 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 13 17:45:03 2016 +0800 |
tree | d44afb0c4525df292525acc91bb76d2857105a2c | |
parent | 650d4a978271850278466ba7222bcfc893ce9542 [diff] |
crypto: poly1305 - Use unaligned access where required By using the unaligned access helpers, we drastically improve performance on small MIPS routers that have to go through the exception fix-up handler for these unaligned accesses. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Eric Biggers <ebiggers@google.com> Acked-by: Martin Willi <martin@strongswan.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>