Re: [PATCH 0/5] Remove duplicate context init function for sha algorithm

2021-12-31 Thread Herbert Xu
On Mon, Dec 20, 2021 at 05:23:13PM +0800, Tianjia Zhang wrote: > This series of patches is mainly for repetitive code cleaning. The sha > algorithm has provided generic context initialization implementation. > The context initialization code in the optimized implementation of each > platform is a r

[PATCH 0/5] Remove duplicate context init function for sha algorithm

2021-12-20 Thread Tianjia Zhang
This series of patches is mainly for repetitive code cleaning. The sha algorithm has provided generic context initialization implementation. The context initialization code in the optimized implementation of each platform is a repetitive code and can be deleted. The sha*_base_init() series of funct