"Jumbo" update for crypto/modes:
authorAndy Polyakov <appro@openssl.org>
Tue, 4 May 2010 19:23:02 +0000 (19:23 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 4 May 2010 19:23:02 +0000 (19:23 +0000)
commitf472ec8c2f354314d278e11be567b43630acf090
tree24e207ad6d35b9e545289f26053527e2449deadf
parent8a682556b49c04dc646e321d0e5cbb252fa8f526
"Jumbo" update for crypto/modes:
- introduce common modes_lcl.h;
- ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface;
- gcm128.c: add omitted ARM initialization, remove ctx.ctr;
crypto/modes/Makefile
crypto/modes/cbc128.c
crypto/modes/cfb128.c
crypto/modes/ctr128.c
crypto/modes/cts128.c
crypto/modes/gcm128.c
crypto/modes/modes.h
crypto/modes/modes_lcl.h [new file with mode: 0644]
crypto/modes/ofb128.c