Re: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 authentication support

2017-05-04 Thread Savolainen, Petri (Nokia - FI/Espoo)
>; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 > authentication support > > On 04.05.2017 09:34, Peltonen, Janne (Nokia - FI/Espoo) wrote: > > > > Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] > wro

Re: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 authentication support

2017-05-04 Thread Dmitry Eremin-Solenikov
On 04.05.2017 09:34, Peltonen, Janne (Nokia - FI/Espoo) wrote: > > Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] wrote: >> >> On 03.05.2017 17:17, Peltonen, Janne (Nokia - FI/Espoo) wrote: >>> Hi, >>> >>> I think there is a problem or ambiguity in the ODP API spec regarding

Re: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 authentication support

2017-05-04 Thread Peltonen, Janne (Nokia - FI/Espoo)
Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] wrote: > > On 03.05.2017 17:17, Peltonen, Janne (Nokia - FI/Espoo) wrote: > > Hi, > > > > I think there is a problem or ambiguity in the ODP API spec regarding > > the truncation of the HMAC output. > > > > According to RFC 2104

Re: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 authentication support

2017-05-03 Thread Dmitry Eremin-Solenikov
On 03.05.2017 17:17, Peltonen, Janne (Nokia - FI/Espoo) wrote: > Hi, > > I think there is a problem or ambiguity in the ODP API spec regarding > the truncation of the HMAC output. > > According to RFC 2104 the terminology goes so that HMAC-{hash-func} (e.g. > HMAC-SHA-512) means the HMAC with

Re: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 authentication support

2017-05-03 Thread Peltonen, Janne (Nokia - FI/Espoo)
> Subject: [lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 > authentication support > > From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org> > > Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org> > --- > /** Emai

[lng-odp] [PATCH 3/4] linux-generic: crypto: add SHA-1 authentication support

2017-05-02 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 10 (lumag:crypto-update) ** https://github.com/Linaro/odp/pull/10 ** Patch: