Re: [PATCH v2 0/7] Add KDF implementations to crypto API

2021-01-24 Thread Stephan Müller
Am Sonntag, 24. Januar 2021, 15:32:59 CET schrieb Ard Biesheuvel: Hi Ard, > On Sun, 24 Jan 2021 at 15:23, Ard Biesheuvel wrote: > > On Sun, 24 Jan 2021 at 15:10, Stephan Müller wrote: > > > Hi, > > > > > > The key derviation functions are considered to be a cryptographic > > > operation. As cr

Re: [PATCH v2 0/7] Add KDF implementations to crypto API

2021-01-24 Thread Stephan Müller
Am Sonntag, 24. Januar 2021, 15:23:29 CET schrieb Ard Biesheuvel: Hi Ard, > On Sun, 24 Jan 2021 at 15:10, Stephan Müller wrote: > > Hi, > > > > The key derviation functions are considered to be a cryptographic > > operation. As cryptographic operations are provided via the kernel > > crypto API

Re: [PATCH v2 0/7] Add KDF implementations to crypto API

2021-01-24 Thread Ard Biesheuvel
On Sun, 24 Jan 2021 at 15:23, Ard Biesheuvel wrote: > > On Sun, 24 Jan 2021 at 15:10, Stephan Müller wrote: > > > > Hi, > > > > The key derviation functions are considered to be a cryptographic > > operation. As cryptographic operations are provided via the kernel > > crypto API, this patch set c

Re: [PATCH v2 0/7] Add KDF implementations to crypto API

2021-01-24 Thread Ard Biesheuvel
On Sun, 24 Jan 2021 at 15:10, Stephan Müller wrote: > > Hi, > > The key derviation functions are considered to be a cryptographic > operation. As cryptographic operations are provided via the kernel > crypto API, this patch set consolidates the KDF implementations into the > crypto API. > > The KD

[PATCH v2 0/7] Add KDF implementations to crypto API

2021-01-24 Thread Stephan Müller
Hi, The key derviation functions are considered to be a cryptographic operation. As cryptographic operations are provided via the kernel crypto API, this patch set consolidates the KDF implementations into the crypto API. The KDF implementations are provided as service functions. Yet, the interfa