openssl/crypto/modes
Andy Polyakov cbffd2d9ca SPARC assembly pack: enforce V8+ ABI constraints.
Even though it's hard to imagine, it turned out that upper half of
arguments passed to V8+ subroutine can be non-zero.

["n" pseudo-instructions, such as srln being srl in 32-bit case and
srlx in 64-bit one, were implemented in binutils 2.10. It's assumed
that Solaris assembler implemented it around same time, i.e. 2000.]

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit f198cc43a0)
2016-07-01 14:26:21 +02:00
..
asm SPARC assembly pack: enforce V8+ ABI constraints. 2016-07-01 14:26:21 +02: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