Re: [dpdk-dev] [PATCH] cryptodev: formalize key wrap method in API

2021-04-06 Thread Matan Azrad
From: Akhil Goyal > > Hi Akhil > > > > From: Akhil Goyal > > > Hi Matan, > > > > > > > The Key Wrap approach is used by applications in order to protect > > > > keys located in untrusted storage or transmitted over untrusted > > > > communications networks. The constructions are typically built

Re: [dpdk-dev] [PATCH] cryptodev: formalize key wrap method in API

2021-04-06 Thread Akhil Goyal
> Hi Akhil > > From: Akhil Goyal > > Hi Matan, > > > > > The Key Wrap approach is used by applications in order to protect keys > > > located in untrusted storage or transmitted over untrusted > > > communications networks. The constructions are typically built from > > > standard primitives such

Re: [dpdk-dev] [PATCH] cryptodev: formalize key wrap method in API

2021-04-05 Thread Matan Azrad
Hi Akhil From: Akhil Goyal > Hi Matan, > > > The Key Wrap approach is used by applications in order to protect keys > > located in untrusted storage or transmitted over untrusted > > communications networks. The constructions are typically built from > > standard primitives such as block ciphers

Re: [dpdk-dev] [PATCH] cryptodev: formalize key wrap method in API

2021-04-05 Thread Akhil Goyal
Hi Matan, > The Key Wrap approach is used by applications in order to protect keys > located in untrusted storage or transmitted over untrusted > communications networks. The constructions are typically built from > standard primitives such as block ciphers and cryptographic hash > functions. > >