Hi I add support for using OCF encrypt/decrypt of AES256 and OCF digest md5 and sha1 through the Open SSL, I tested it using the speed test, and by using openssl as client connecting to an http secure server and getting the web page contents.
hw_cryptodev.c : Add support for AES256, MD5 and SHA1, Add global define to include Sym / Asym encryption, digest. Speed.c : fix a bug: when running speed test with sha1 digest, receive segmentation fault when reporting the results. Cryptodev.c : wrong error handling for failure of close session/ crypt operation. Cryptosoft.c : check block size only if cipher (digest add padding of zeros) Check space for digest only if, digest buffer is not specified by crp_mac. Previous fix for Digest /HMAC- Digest. Regards Ronen Shitrit Marvell Semiconductor Israel Ltd
hw_cryptodev.patch
Description: hw_cryptodev.patch
speed.patch
Description: speed.patch
cryptosoft.patch
Description: cryptosoft.patch
cryptodev.patch
Description: cryptodev.patch