Re: [dpdk-dev] [RFC] crypto: handling of encrypted digest

2019-05-15 Thread Trahe, Fiona
Hi Arek, > -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, May 15, 2019 1:51 AM > To: Trahe, Fiona ; Doherty, Declan > ; De Lara Guarch, > Pablo ; akhil.go...@nxp.com; > ravi1.ku...@amd.com; Jerin Jacob > Kollanukkaran ; Anoob Joseph ; Zhang, > Roy Fan > ; t...@semihal

Re: [dpdk-dev] [RFC] crypto: handling of encrypted digest

2019-05-14 Thread Kusztal, ArkadiuszX
Hi Fiona, Two small things to clarify bit more. > -Original Message- > From: Trahe, Fiona > Sent: Tuesday, May 14, 2019 3:59 PM > To: Doherty, Declan ; De Lara Guarch, Pablo > ; akhil.go...@nxp.com; > ravi1.ku...@amd.com; Jerin Jacob Kollanukkaran ; > Anoob Joseph ; Zhang, Roy Fan > ; t..

Re: [dpdk-dev] [RFC] crypto: handling of encrypted digest

2019-05-14 Thread Trahe, Fiona
After discussions with Pablo and Fan we plan to go with option 1 below and add a feature flag to capabilities, so by default existing PMDs won't publish support for it. We plan to push this in 19.08. > -Original Message- > From: Trahe, Fiona > Sent: Wednesday, May 8, 2019 6:39 PM > To: Do

[dpdk-dev] [RFC] crypto: handling of encrypted digest

2019-05-08 Thread Trahe, Fiona
Hi all crypto PMD maintainers, We're getting requests to handle the following case on symmetric crypto API, needed for 5G security: Generate digest, append to end of raw data, then encrypt the raw data plus digest. In opposite direction decryption returns raw data plus digest, authentica