Re: [PATCH V3 0/5] Crypto Cleanup

2019-01-25 Thread Herbert Xu
On Fri, Jan 18, 2019 at 01:58:10PM +0800, Xiongfeng Wang wrote: > The patchset introduce a helper to (un)register a array of crypto templates. > The following patches use this helper to simplify the code. This is also > a preparation for a coming patchset, which will register several crypto > templ

[PATCH V3 0/5] Crypto Cleanup

2019-01-17 Thread Xiongfeng Wang
The patchset introduce a helper to (un)register a array of crypto templates. The following patches use this helper to simplify the code. This is also a preparation for a coming patchset, which will register several crypto templates. Changelog: v2 -> v3: remove the extra blank line in the f