ARM AES progress

2017-08-06 Thread Jeffrey Walton
Hi Everyone, We just hit a milestone... ARMv8 AES encryption is working. Its clocking at about 3.0 cpb for ECB and CTR modes. Its a tad bit slower that an optimized C or ASM routine. The downside is, ARMv8 AES decryption is not working. I'm still working it on it. I checked-in the half finish

Re: ARM AES progress

2017-08-06 Thread Jeffrey Walton
> We just hit a milestone... ARMv8 AES encryption is working. Its clocking > at about 3.0 cpb for ECB and CTR modes. Its a tad bit slower that an > optimized C or ASM routine. > > The downside is, ARMv8 AES decryption is not working. I'm still working it > on it. > > I checked-in the half fini

Re: ARM AES progress

2017-08-06 Thread Jeffrey Walton
> We just hit a milestone... ARMv8 AES encryption is working. Its clocking >> at about 3.0 cpb for ECB and CTR modes. Its a tad bit slower that an >> optimized C or ASM routine. >> >> The downside is, ARMv8 AES decryption is not working. I'm still working >> it on it. >> >> I checked-in the ha