On Sat, Oct 20, 2012 at 03:06:31PM +0300, Jussi Kivilinna wrote:
> Patches modify AVX implementations so that they avoid using extra
> stack memory. Stack is not needed since implementation store
> blocks in registers.
All applied to cryptodev.
--
Email: Herbert Xu
Home Page: http://gondor.apana
Patches modify AVX implementations so that they avoid using extra
stack memory. Stack is not needed since implementation store
blocks in registers.
---
Jussi Kivilinna (5):
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
crypto: cast6/avx - avoid using temporary stack