Parent D490
Support for PowerPC's AES acceleration.
This generates the S-Boxes on the fly, and thus
is more resistant to side-channel attacks.
I get an approximentally 2-3X speed-up with vcrypto support.
However, I saw no benifits from additionally using assembly for
the block mode code, so it is disabled for adding unnecessary
complexity and code size.
Fixes T4529