Re: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-25 Thread Kusztal, ArkadiuszX
; ; Griffin, John ; De Lara > Guarch, Pablo ; Michael Shamis > ; Nagadheeraj Rottela > ; Ankur Dwivedi ; > Gagandeep Singh ; Jay Zhou > Subject: RE: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes > > Hi Kusztal > > First, thank you for this revi

Re: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-08 Thread Matan Azrad
Hi Kusztal First, thank you for this review and the suggestions. From: Kusztal, ArkadiuszX > > > > Subject: [dpdk-dev] [PATCH] cryptodev: support multiple cipher > > > > block sizes > > > > > > > > In cryptography, a block cipher is a determinis

Re: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-08 Thread Kusztal, ArkadiuszX
> > > Subject: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block > > > sizes > > > > > > In cryptography, a block cipher is a deterministic algorithm > > > operating on fixed- length groups of bits, called blocks. > > > > >

Re: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-08 Thread Matan Azrad
nxp.com; Doherty, Declan ; > > Somalapuram Amaranath ; Ruifeng Wang > > ; Ajit Khaparde ; > > Anoob Joseph ; Zhang, Roy Fan > > ; Griffin, John ; De > > Lara Guarch, Pablo ; Michael Shamis > > ; Nagadheeraj Rottela > > ; Ankur Dwivedi ; > > Gagandeep

Re: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-08 Thread Kusztal, ArkadiuszX
it Khaparde ; > Anoob Joseph ; Zhang, Roy Fan > ; Griffin, John ; De Lara > Guarch, Pablo ; Michael Shamis > ; Nagadheeraj Rottela > ; Ankur Dwivedi ; > Gagandeep Singh ; Jay Zhou > Subject: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes > > In cryptogra

Re: [dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-05 Thread Zhang, Roy Fan
Hi Matan, It is a good idea to be able to show the varied block sizes of each PMD/algo. > -Original Message- > From: Matan Azrad > Sent: Thursday, February 4, 2021 2:34 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Doherty, Declan ; > Somalapuram Amaranath ; Ruifeng Wang > ; Ajit Khap

[dpdk-dev] [PATCH] cryptodev: support multiple cipher block sizes

2021-02-04 Thread Matan Azrad
In cryptography, a block cipher is a deterministic algorithm operating on fixed-length groups of bits, called blocks. A block cipher consists of two paired algorithms, one for encryption and the other for decryption. Both algorithms accept two inputs: an input block of size n bits and a key of siz