RE: [EXTERNAL] [PATCH v5 1/4] cryptodev: reorder structures in asym crypto header

2024-10-09 Thread Akhil Goyal
> Asymmetric-crypto header has a simple structure that allows to > keep logically separate blocks together. Therefore, xforms, > ops, and generic structs may be appropriately ordered. > This patch moves sm2-op structs to be placed along other > algorithms-op structs. > > Signed-off-by: Arkadiusz K

[PATCH v5 1/4] cryptodev: reorder structures in asym crypto header

2024-10-09 Thread Arkadiusz Kusztal
Asymmetric-crypto header has a simple structure that allows to keep logically separate blocks together. Therefore, xforms, ops, and generic structs may be appropriately ordered. This patch moves sm2-op structs to be placed along other algorithms-op structs. Signed-off-by: Arkadiusz Kusztal --- l