RE: [EXT] [PATCH 37/40] cryptodev: add asym op flags

2022-05-20 Thread Akhil Goyal
> - added flags to rte_crypto_asym_op struct. > It may be shared between different algorithms. > - added Diffie-Hellman padding flags. > Diffie-Hellman padding is used in certain protocols, > in others, leading zero bytes need to be stripped. > Even same protocol may use a different approach - most

[PATCH 37/40] cryptodev: add asym op flags

2022-05-20 Thread Arek Kusztal
- added flags to rte_crypto_asym_op struct. It may be shared between different algorithms. - added Diffie-Hellman padding flags. Diffie-Hellman padding is used in certain protocols, in others, leading zero bytes need to be stripped. Even same protocol may use a different approach - most glaring exa