RE: [EXT] [PATCH 16/40] cryptodev: move dh type from xform to dh op

2022-05-24 Thread Akhil Goyal
> - Moved dh operation type to dh operation struct. > Operation type (PUBLIC_KEY_GENERATION, SHARED_SECRET) should > be free to choose for any operation. One xform/session should > be enough to perform both DH operations, if op_type would be xform > member, session would have to be to be created

[PATCH 16/40] cryptodev: move dh type from xform to dh op

2022-05-20 Thread Arek Kusztal
- Moved dh operation type to dh operation struct. Operation type (PUBLIC_KEY_GENERATION, SHARED_SECRET) should be free to choose for any operation. One xform/session should be enough to perform both DH operations, if op_type would be xform member, session would have to be to be created twice for th