Re: [PATCH] lib80211: use crypto API ccm(aes) transform for CCMP processing

2019-06-16 Thread Eric Biggers
On Sun, Jun 16, 2019 at 09:07:28PM +0200, Ard Biesheuvel wrote: > On Sun, 16 Jun 2019 at 21:01, Eric Biggers wrote: > > > > Hi Ard, > > > > On Fri, Jun 14, 2019 at 11:29:22AM +0200, Ard Biesheuvel wrote: > > > -static void ccmp_init_blocks(struct crypto_cipher *tfm, > > > -

Re: [PATCH] lib80211: use crypto API ccm(aes) transform for CCMP processing

2019-06-16 Thread Eric Biggers
On Sun, Jun 16, 2019 at 12:01:38PM -0700, Eric Biggers wrote: > Hi Ard, > > On Fri, Jun 14, 2019 at 11:29:22AM +0200, Ard Biesheuvel wrote: > > -static void ccmp_init_blocks(struct crypto_cipher *tfm, > > -struct ieee80211_hdr *hdr, > > -u8 * pn, siz

Re: [PATCH] lib80211: use crypto API ccm(aes) transform for CCMP processing

2019-06-16 Thread Ard Biesheuvel
On Sun, 16 Jun 2019 at 21:01, Eric Biggers wrote: > > Hi Ard, > > On Fri, Jun 14, 2019 at 11:29:22AM +0200, Ard Biesheuvel wrote: > > -static void ccmp_init_blocks(struct crypto_cipher *tfm, > > - struct ieee80211_hdr *hdr, > > - u8 * pn, size_t dl

Re: [PATCH] lib80211: use crypto API ccm(aes) transform for CCMP processing

2019-06-16 Thread Eric Biggers
Hi Ard, On Fri, Jun 14, 2019 at 11:29:22AM +0200, Ard Biesheuvel wrote: > -static void ccmp_init_blocks(struct crypto_cipher *tfm, > - struct ieee80211_hdr *hdr, > - u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) > +static void ccmp_init_blocks