Hi! On Thu, Sep 07, 2017 at 12:37:33AM -0400, Jeffrey Walton wrote: > I have implementation for AES on Power 8 using GCC's built-ins. Its > available for inspection and download at > https://github.com/noloader/AES-Power8. The problem is, it does not > arrive at the correct results on GCC112 (ppc64-le) or GCC119 (AIX, big > endian).
First see if you can get a *single* vcipher call to work as expected (it is a single round of AES). Refer to Power ISA 3.0B and FIPS 197. Segher