libwinpr-crypto: add rand and RC4 functions with OpenSSL/mbedtls
authorMarc-André Moreau <marcandre.moreau@gmail.com>
Thu, 8 Oct 2015 20:26:37 +0000 (16:26 -0400)
committerMarc-André Moreau <marcandre.moreau@gmail.com>
Thu, 8 Oct 2015 20:26:37 +0000 (16:26 -0400)
commit5bff1d0fdfb66dacad16ae89c535f77e7de01290
treef6eefc2b80f31fd0ce6c2a6d60d1aca13083ab0a
parent7521ecd759b08c71b8e461d924ab0784765bc174
libwinpr-crypto: add rand and RC4 functions with OpenSSL/mbedtls
winpr/include/winpr/crypto.h
winpr/libwinpr/crypto/CMakeLists.txt
winpr/libwinpr/crypto/cipher.c [new file with mode: 0644]
winpr/libwinpr/crypto/rand.c [new file with mode: 0644]
winpr/libwinpr/crypto/test/CMakeLists.txt
winpr/libwinpr/crypto/test/TestCryptoCipher.c [new file with mode: 0644]
winpr/libwinpr/crypto/test/TestCryptoRand.c [new file with mode: 0644]