RE: [PATCH v2 1/4] crypto: use single buffer for asymmetric session

2022-01-27 Thread Zhang, Roy Fan
ffin, John ; Trahe, > Fiona ; Jain, Deepak K > Subject: [PATCH v2 1/4] crypto: use single buffer for asymmetric session > > Rather than using a session buffer that contains pointers to private > session data elsewhere, have a single session buffer. > This session is created for a

[PATCH v2 1/4] crypto: use single buffer for asymmetric session

2022-01-24 Thread Ciara Power
Rather than using a session buffer that contains pointers to private session data elsewhere, have a single session buffer. This session is created for a driver ID, and the mempool element contains space for the max session private data needed for any driver. Signed-off-by: Ciara Power --- v2: