Re: [PATCHv3 2/4] crypto: inside-secure - Remove redundant algo to engine mapping code

2019-08-05 Thread Antoine Tenart
Hi Pascal, On Wed, Jul 31, 2019 at 05:29:17PM +0200, Pascal van Leeuwen wrote: > This removes some code determine which engine has which algorithms which > was effectively redundant (may have been forward-looking?) due to always > enabling all algorithms for all currently supported engines. > A fu

[PATCHv3 2/4] crypto: inside-secure - Remove redundant algo to engine mapping code

2019-07-31 Thread Pascal van Leeuwen
This removes some code determine which engine has which algorithms which was effectively redundant (may have been forward-looking?) due to always enabling all algorithms for all currently supported engines. A future patch will use a different, more scalable approach to achieve this. This is removed