On Sat, Aug 06, 2022 at 10:05:30PM +0530, Gautam Menghani wrote:
A TODO in net/ipsec.c asks to refactor the code in xfrm_fill_key() to use set/map to avoid manually comparing each algorithm with the "name" parameter passed to the function as an argument. This patch refactors the code to create an array of structs where each struct contains the algorithm name and its corresponding key length.
Signed-off-by: Gautam Menghani gautammenghani201@gmail.com
Applied to ipsec-next, thanks!