Re: [RFT PATCH] crypto: arm64 - implement SM3 secure hash using special instructions

2018-01-16 Thread Steve Capper
following tcrypt modes were tested for sm3-ce: 52, 326 and 425. So feel free to add: Tested-by: Steve Capper Cheers, -- Steve

Re: [PATCH 0/5] sha3 fixes and new implementation for arm64

2018-01-16 Thread Steve Capper
being called rather than sha3_scalar_transform(.). (Because both the scalar and ce code paths are contained in the sha3-x-arm64 drivers). So, please feel free to add for the series: Tested-by: Steve Capper Cheers, -- Steve > > > crypto/testmgr: sha3 - add new testcases > > >

Re: [RFT PATCH] crypto: arm64 - implement SHA-512 using special instructions

2018-01-16 Thread Steve Capper
l free to add: Tested-by: Steve Capper Cheers, -- Steve

Re: [PATCH] arm64/crypto: use crypto instructions for generating AES key schedule

2014-11-03 Thread Steve Capper
modprobe tcrypt mode=37 modprobe tcrypt mode=45 No failures were reported in dmesg. For extra fun I applied dynamic ftrace probes to ce_aes_expandkey and ce_aes_setkey; and for each test I ran, at least one of those probes fired. So for this patch: Tested-by: Steve Capper The patch looks