From: =?UTF-8?B?T25kcmVqIE1vc27DocSNZWs=?= Subject: Re: AEAD: Having separate underlying cipher handle for each request Date: Wed, 6 Jul 2016 15:10:00 +0200 Message-ID: References: <20160706063149.GA14106@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: linux-crypto@vger.kernel.org To: Herbert Xu Return-path: Received: from mail-oi0-f42.google.com ([209.85.218.42]:33833 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbcGFNKB (ORCPT ); Wed, 6 Jul 2016 09:10:01 -0400 Received: by mail-oi0-f42.google.com with SMTP id s66so269383096oif.1 for ; Wed, 06 Jul 2016 06:10:01 -0700 (PDT) In-Reply-To: <20160706063149.GA14106@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: 2016-07-06 8:31 GMT+02:00, Herbert Xu : > Well you're pretty much screwed as far as performance is concerned. > So just postpone all processing to process context and allocate a new > tfm for each request. Yeah, I guess that's the only way then... Thanks, Ondrej > > Cheers, > -- > Email: Herbert Xu > Home Page: http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt >