boringssl/crypto/cipher
David Benjamin 54091230cd Use C99 for size_t loops.
This was done just by grepping for 'size_t i;' and 'size_t j;'. I left
everything in crypto/x509 and friends alone.

There's some instances in gcm.c that are non-trivial and pulled into a
separate CL for ease of review.

Change-Id: I6515804e3097f7e90855f1e7610868ee87117223
Reviewed-on: https://boringssl-review.googlesource.com/10801
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-09-12 19:44:24 +00:00
..
test Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aead_test.cc Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
aead.c Require in == out for in-place encryption. 2016-06-09 19:49:03 +00:00
cipher_test.cc Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
cipher.c Fix encrypt overflow 2016-05-03 16:43:12 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
derive_key.c
e_aes.c Use C99 for size_t loops. 2016-09-12 19:44:24 +00:00
e_chacha20poly1305.c Remove EVP_aead_chacha20_poly1305_rfc7539 alias. 2016-04-11 19:32:55 +00:00
e_des.c Use C99 for size_t loops. 2016-09-12 19:44:24 +00:00
e_null.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_rc2.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_rc4.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_ssl3.c Resolve a small handful of size_t truncation warnings. 2016-08-05 19:12:31 +00:00
e_tls.c Adding ARRAY_SIZE macro for getting the size of constant arrays. 2016-08-19 19:30:39 +00:00
internal.h Fix up EVP_tls_cbc_remove_padding's calling convention. 2016-08-10 03:52:48 +00:00
tls_cbc.c Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation. 2016-09-12 19:27:25 +00:00