Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588446

[PATCH 0/2] Propagate fallback bit for cbc and ctr

From Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Propagate fallback bit for cbc and ctr
Date 2017-02-27 02:10 +0100
Message-ID <tfhZ7-6sW-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Herbert,

These are similar changes for cbc and ctr as the one you did for xts. They
rely on the helper function you created.

I confirmed that for vmx-crypto those changes cause the driver to allocate
"cbc(aes-generic)" and "ctr(aes-generic)" as fallbacks instead of
"cbc(p8_aes)" and "ctr(p8_aes)".

If you are ok with those changes, I can convert the remaining templates.

Marcelo Henrique Cerri (2):
  crypto: cbc - Propagate NEED_FALLBACK bit
  crypto: ctr - Propagate NEED_FALLBACK bit

 crypto/cbc.c | 20 ++++++++++++++------
 crypto/ctr.c | 13 +++++++++++--
 2 files changed, 25 insertions(+), 8 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Propagate fallback bit for cbc and ctr Marcelo Henrique Cerri <marcelo.cerri@canonical.com> - 2017-02-27 02:10 +0100
  [PATCH 2/2] crypto: ctr - Propagate NEED_FALLBACK bit Marcelo Henrique Cerri <marcelo.cerri@canonical.com> - 2017-02-27 02:10 +0100
  [PATCH 1/2] crypto: cbc - Propagate NEED_FALLBACK bit Marcelo Henrique Cerri <marcelo.cerri@canonical.com> - 2017-02-27 02:40 +0100
    Re: [PATCH 1/2] crypto: cbc - Propagate NEED_FALLBACK bit Herbert Xu <herbert@gondor.apana.org.au> - 2017-02-27 11:00 +0100

csiph-web