linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Propagate fallback bit for cbc and ctr
@ 2017-02-27 12:38 Marcelo Henrique Cerri
  2017-02-27 12:38 ` [PATCH v2 1/2] crypto: cbc - Propagate NEED_FALLBACK bit Marcelo Henrique Cerri
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marcelo Henrique Cerri @ 2017-02-27 12:38 UTC (permalink / raw)
  To: Herbert Xu
  Cc: David S. Miller, linux-crypto, linux-kernel, Marcelo Henrique Cerri

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-09 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 12:38 [PATCH v2 0/2] Propagate fallback bit for cbc and ctr Marcelo Henrique Cerri
2017-02-27 12:38 ` [PATCH v2 1/2] crypto: cbc - Propagate NEED_FALLBACK bit Marcelo Henrique Cerri
2017-02-27 12:38 ` [PATCH v2 2/2] crypto: ctr " Marcelo Henrique Cerri
2017-03-06 12:20 ` [PATCH v2 0/2] Propagate fallback bit for cbc and ctr Marcelo Cerri
2017-03-09 10:47 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).