Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1593268 > unrolled thread
| Started by | Marcelo Cerri <marcelo.cerri@canonical.com> |
|---|---|
| First post | 2017-03-06 13:30 +0100 |
| Last post | 2017-03-06 13:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 0/2] Propagate fallback bit for cbc and ctr Marcelo Cerri <marcelo.cerri@canonical.com> - 2017-03-06 13:30 +0100
| From | Marcelo Cerri <marcelo.cerri@canonical.com> |
|---|---|
| Date | 2017-03-06 13:30 +0100 |
| Subject | Re: [PATCH v2 0/2] Propagate fallback bit for cbc and ctr |
| Message-ID | <thZW1-880-7@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Herbert, Any thoughts on this? On Mon, Feb 27, 2017 at 09:38:24AM -0300, Marcelo Henrique Cerri wrote: > Hi Hebert, > > For v2: > > - fixed the memory leakage in cbc. > - included crypto/algapi.h in crypto/cbc.c for crypto_requires_off(); > - ERR_CAST instead PTR_ERR in ctr. > - Also propagated the fallback bit for rfc3686. > > Marcelo Henrique Cerri (2): > crypto: cbc - Propagate NEED_FALLBACK bit > crypto: ctr - Propagate NEED_FALLBACK bit > > crypto/cbc.c | 15 +++++++++++++-- > crypto/ctr.c | 23 ++++++++++++++++++----- > 2 files changed, 31 insertions(+), 7 deletions(-) > > -- > 2.7.4 > -- Regards, Marcelo
Back to top | Article view | linux.kernel
csiph-web