qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.9] cryptodev: remove single-DES support in


From: Gonglei (Arei)
Subject: Re: [Qemu-devel] [PATCH for-2.9] cryptodev: remove single-DES support in cryptodev
Date: Fri, 9 Dec 2016 05:48:30 +0000

>
> From: Daniel P. Berrange [mailto:address@hidden
> Sent: Wednesday, December 07, 2016 5:07 PM
> To: longpeng
> Cc: Gonglei (Arei); address@hidden; Wubin (H); Zhoujian (jay, Euler);
> address@hidden
> Subject: Re: [PATCH for-2.9] cryptodev: remove single-DES support in cryptodev
> 
> On Wed, Dec 07, 2016 at 09:31:25AM +0800, Longpeng(Mike) wrote:
> > Single-DES is obsolete and it's broken/useless for decades, we should
> > remove it in cryptodev, as suggested by Daniel.
> > Guest who wants to use this obsolete cipher alg will use its built-in
> > implementation instead.
> >
> > Signed-off-by: Longpeng(Mike) <address@hidden>
> > ---
> >  backends/cryptodev-builtin.c | 4 ----
> >  1 file changed, 4 deletions(-)
> >
> > diff --git a/backends/cryptodev-builtin.c b/backends/cryptodev-builtin.c
> > index a4224f4..5fb2836 100644
> > --- a/backends/cryptodev-builtin.c
> > +++ b/backends/cryptodev-builtin.c
> > @@ -205,10 +205,6 @@ static int cryptodev_builtin_create_cipher_session(
> >              return -1;
> >          }
> >          break;
> > -    case VIRTIO_CRYPTO_CIPHER_DES_ECB:
> > -        mode = QCRYPTO_CIPHER_MODE_ECB;
> > -        algo = QCRYPTO_CIPHER_ALG_DES_RFB;
> > -        break;
> >      default:
> >          error_setg(errp, "Unsupported cipher alg :%u",
> >                     sess_info->cipher_alg);
> 
> Reviewed-by: Daniel P. Berrange <address@hidden>
> 

Queued, thanks.

Regards,
-Gonglei

reply via email to

[Prev in Thread] Current Thread [Next in Thread]