Everybody seems to rely happily on the set of Intel instructions on > 2010 CPUs to accelerate AES256 encryption.
This might be a too naive question but, being the exact algorithms an industrial secret, some independent experts must have checked at some point that the hardware-accelerated encryption works as intended, not faulty or with (get your tinfoil hats ready) backdoors. Some independent, reliable research institution perhaps? Who?
(Edit with additional info) I can see some benchmarks for instance, here: https://www.wolfssl.com/files/whitepapers/whitepaper_883_cyassl_aesni.pdf
which are not interesting at all. I would like to see a comparison of the same file encrypted with a software-only implementation and with hardware acceleration, although the test would have to be meticulously crafted to use the same salt and other technical stuff I am not sure of. The test should yield the same files, bit-per-bit compared.
Second edit: I see the words "industrial secret" here have triggered a misunderstanding with downvotes and even rude language. To make it clear, of course AES algorithms are open to everybody, as it is the algorithm to perform matrix multiplication in algebra books, however the way in which a CPU manufacturer manages to implement aggressive numerical optimizations, parallelization and such, to perform it faster than anyone else, is a secret. There are many examples of this (e.g. anyone can compute the inverse of a square root of a distance, but the initially secret way to implement it lead to the Doom engine in 1993 being much faster than anything known at the moment).