boringssl/crypto/cipher_extra
Adam Langley a16e86ced5 Don't depend on 16-byte alignment from malloc.
Windows provides _aligned_malloc, so we could provide an
|OPENSSL_aligned_malloc| in the future. However, since we're still
trying to get the zeroisation change landed everywhere, a self-contained
change seems easier until that has settled down.

Change-Id: I47bbd811a7fa1758f3c0a8a766a1058523949b7f
Reviewed-on: https://boringssl-review.googlesource.com/20204
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>
2017-09-12 19:12:20 +00:00
..
asm Enable extra_in with the ChaCha20-Poly1305 AEAD. 2017-07-14 22:13:25 +00:00
test Add EVP_AEAD_CTX_{seal_scatter,open_gather}. 2017-06-09 23:10:49 +00:00
aead_test.cc Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
cipher_extra.c
cipher_test.cc Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
CMakeLists.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
derive_key.c
e_aesctrhmac.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
e_aesgcmsiv.c Don't depend on 16-byte alignment from malloc. 2017-09-12 19:12:20 +00:00
e_chacha20poly1305.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
e_null.c
e_rc2.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
e_rc4.c
e_ssl3.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
e_tls.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
internal.h Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
tls_cbc.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00