From: Johannes Berg Subject: Re: [v3 PATCH 0/8] crypto: Convert all AEAD users to new interface Date: Wed, 27 May 2015 11:18:31 +0200 Message-ID: <1432718311.2159.6.camel@sipsolutions.net> References: <20150521103938.GA23035@gondor.apana.org.au> <20150522082708.GA3507@gondor.apana.org.au> <20150527080105.GA26751@gondor.apana.org.au> <1432714550.2159.4.camel@sipsolutions.net> <20150527083911.GA27432@gondor.apana.org.au> <1432717240.2159.5.camel@sipsolutions.net> <20150527090737.GA27692@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Linux Crypto Mailing List , netdev@vger.kernel.org, "David S. Miller" , Marcel Holtmann , Steffen Klassert , Stephan Mueller To: Herbert Xu Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:49625 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814AbbE0JSe (ORCPT ); Wed, 27 May 2015 05:18:34 -0400 In-Reply-To: <20150527090737.GA27692@gondor.apana.org.au> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Wed, 2015-05-27 at 17:07 +0800, Herbert Xu wrote: > On Wed, May 27, 2015 at 11:00:40AM +0200, Johannes Berg wrote: > > > > Right. Unfortunately, I can't typically rely on being able to make > > changes to the kernel our driver is built against, and I don't think we > > could do these changes otherwise. > > You could provide your own version of crypto_aead_encrypt and > crypto_aead_decrypt that did the same thing as old_crypt. Ah, good point, thanks. I'll look into it once these changes hit my tree :) johannes