Re: [PATCH] crypto: aesni - add ccm(aes) algorithm implementation

2020-12-01 Thread Ben Greear
On 11/30/20 10:32 PM, Ard Biesheuvel wrote: On Mon, 30 Nov 2020 at 23:48, Ben Greear wrote: On 11/29/20 10:20 AM, Ard Biesheuvel wrote: From: Steve deRosier Add ccm(aes) implementation from linux-wireless mailing list (see http://permalink.gmane.org/gmane.linux.kernel.wireless.general/12667

Re: [PATCH] crypto: aesni - add ccm(aes) algorithm implementation

2020-11-30 Thread Ard Biesheuvel
On Mon, 30 Nov 2020 at 23:48, Ben Greear wrote: > > On 11/29/20 10:20 AM, Ard Biesheuvel wrote: > > From: Steve deRosier > > > > Add ccm(aes) implementation from linux-wireless mailing list (see > > http://permalink.gmane.org/gmane.linux.kernel.wireless.general/126679). > > > > This eliminates FP

Re: [PATCH] crypto: aesni - add ccm(aes) algorithm implementation

2020-11-30 Thread Ben Greear
On 11/29/20 10:20 AM, Ard Biesheuvel wrote: From: Steve deRosier Add ccm(aes) implementation from linux-wireless mailing list (see http://permalink.gmane.org/gmane.linux.kernel.wireless.general/126679). This eliminates FPU context store/restore overhead existing in more general ccm_base(ctr(ae

Re: [PATCH] crypto: aesni - add ccm(aes) algorithm implementation

2020-11-29 Thread Ard Biesheuvel
On Sun, 29 Nov 2020 at 19:20, Ard Biesheuvel wrote: > > From: Steve deRosier > Whoops - please ignore this line. > Add ccm(aes) implementation from linux-wireless mailing list (see > http://permalink.gmane.org/gmane.linux.kernel.wireless.general/126679). > > This eliminates FPU context store/re

[PATCH] crypto: aesni - add ccm(aes) algorithm implementation

2020-11-29 Thread Ard Biesheuvel
From: Steve deRosier Add ccm(aes) implementation from linux-wireless mailing list (see http://permalink.gmane.org/gmane.linux.kernel.wireless.general/126679). This eliminates FPU context store/restore overhead existing in more general ccm_base(ctr(aes-aesni),aes-aesni) case in MAC calculation.