RE: [PATCH v2 05/22] pdcp: add crypto session create and destroy

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH v2 05/22] pdcp: add crypto session create and destroy > > Add routines to create & destroy sessions. PDCP lib would take > crypto transforms as input and creates the session on the corresponding > device after verifying capabilities. > > Signed-off-b

[PATCH v2 05/22] pdcp: add crypto session create and destroy

2023-04-14 Thread Anoob Joseph
Add routines to create & destroy sessions. PDCP lib would take crypto transforms as input and creates the session on the corresponding device after verifying capabilities. Signed-off-by: Anoob Joseph Signed-off-by: Volodymyr Fialko --- lib/pdcp/pdcp_crypto.c | 222 ++