boringssl/crypto/chacha
David Benjamin 2446db0f52 Require in == out for in-place encryption.
While most of OpenSSL's assembly allows out < in too, some of it doesn't.
Upstream seems to not consider this a problem (or, at least, they're failing to
make a decision on whether it is a problem, so we should assume they'll stay
their course). Accordingly, require aliased buffers to exactly align so we
don't have to keep chasing this down.

Change-Id: I00eb3df3e195b249116c68f7272442918d7077eb
Reviewed-on: https://boringssl-review.googlesource.com/8231
Reviewed-by: Adam Langley <agl@google.com>
2016-06-09 19:49:03 +00:00
..
asm chacha/asm/chacha-armv8.pl: fix intermittent build failures. 2016-04-14 20:50:36 +00:00
chacha_test.cc Require in == out for in-place encryption. 2016-06-09 19:49:03 +00:00
chacha.c Require in == out for in-place encryption. 2016-06-09 19:49:03 +00:00
CMakeLists.txt Add a standalone ChaCha test. 2016-03-04 19:11:03 +00:00