boringssl/crypto/modes
David Benjamin 4a5982813f Fix asserts in CRYPTO_ctr128_encrypt_ctr32.
NULL in and out are legal in the degenerate case when len is 0.

Change-Id: Ibf0600a4f635a03103b1ae914918fdcf23a75a39
Reviewed-on: https://boringssl-review.googlesource.com/4705
Reviewed-by: Adam Langley <agl@google.com>
2015-05-11 19:17:10 +00:00
..
asm Don't use .arch in aarch64 asm with Clang. 2015-05-05 00:28:03 +00:00
cbc.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
cfb.c
CMakeLists.txt
ctr.c Fix asserts in CRYPTO_ctr128_encrypt_ctr32. 2015-05-11 19:17:10 +00:00
gcm_test.c Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
gcm.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
internal.h Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ofb.c