openssl/crypto/modes
Andy Polyakov 6533a0b8d1 modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.
It's never problem if CRYPTO_ctr128_encrypt is called from EVP, because
buffer in question is always aligned within EVP_CIPHER_CTX structure.

RT#4218

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 5e4bbeb49f)
2016-02-12 22:00:13 +01:00
..
asm Restore xmm7 from the correct address on win64 2016-02-04 15:42:50 +01:00
cbc128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ccm128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cfb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ctr128.c modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt. 2016-02-12 22:00:13 +01:00
cts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
gcm128.c gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch. 2015-06-10 23:58:07 +02:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
modes.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
modes_lcl.h Appease clang -Wshadow 2015-04-08 17:59:41 +02:00
ofb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
wrap128.c Use memmove instead of memcpy. 2015-09-12 00:11:23 +01:00
xts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00