Provide an EVP implementation for ChaCha.
authorjsing <jsing@openbsd.org>
Thu, 1 May 2014 16:06:24 +0000 (16:06 +0000)
committerjsing <jsing@openbsd.org>
Thu, 1 May 2014 16:06:24 +0000 (16:06 +0000)
commit42e84a6d47332afff76bf07135da7687afc2ee55
treefee4d1ec1a042c9ff1ab7ae31c680d09f785a2b8
parent76eb97c5f13448c259d6d1f244dd7233affc4f25
Provide an EVP implementation for ChaCha.

ok miod@
14 files changed:
lib/libcrypto/chacha/chacha.c
lib/libcrypto/chacha/chacha.h
lib/libcrypto/evp/c_allc.c
lib/libcrypto/evp/e_chacha.c [new file with mode: 0644]
lib/libcrypto/evp/evp.h
lib/libcrypto/objects/objects.txt
lib/libssl/src/crypto/chacha/chacha.c
lib/libssl/src/crypto/chacha/chacha.h
lib/libssl/src/crypto/evp/c_allc.c
lib/libssl/src/crypto/evp/e_chacha.c [new file with mode: 0644]
lib/libssl/src/crypto/evp/evp.h
lib/libssl/src/crypto/objects/objects.txt
regress/lib/libcrypto/evp/evptest.c
regress/lib/libcrypto/evp/evptests.txt