Sync ASM/modes to add CCM and XTS modes and assembly language optimisation
authorDr. Stephen Henson <steve@openssl.org>
Thu, 11 Aug 2011 22:36:19 +0000 (22:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 11 Aug 2011 22:36:19 +0000 (22:36 +0000)
commitdc01af7723123aa9d426a58b34225224c4bc68ef
tree834d73a3027d11045d14c293859d66db5c720b52
parent5435d0412fff21450f6ba7b5dbfce1a537471588
Sync ASM/modes to add CCM and XTS modes and assembly language optimisation
(from HEAD, original by Andy).
17 files changed:
crypto/modes/Makefile
crypto/modes/asm/ghash-alpha.pl [new file with mode: 0644]
crypto/modes/asm/ghash-armv4.pl [new file with mode: 0644]
crypto/modes/asm/ghash-ia64.pl [new file with mode: 0755]
crypto/modes/asm/ghash-parisc.pl [new file with mode: 0644]
crypto/modes/asm/ghash-s390x.pl [new file with mode: 0644]
crypto/modes/asm/ghash-sparcv9.pl [new file with mode: 0644]
crypto/modes/asm/ghash-x86.pl [new file with mode: 0644]
crypto/modes/asm/ghash-x86_64.pl [new file with mode: 0644]
crypto/modes/cbc128.c
crypto/modes/ccm128.c [new file with mode: 0644]
crypto/modes/cfb128.c
crypto/modes/ctr128.c
crypto/modes/cts128.c
crypto/modes/modes.h
crypto/modes/ofb128.c
crypto/modes/xts128.c [new file with mode: 0644]