Sorry, my bad.Please don't mix multiple questions into one thread.
I couldn't do that test. OpenSSL was not installed.Tor does not implement crypto itself (mostly) and relies on a cryptolibrary (which is OpenSSL/LibreSSL/etc) instead. Thus you should check if AES-NI is enabled in your cryptolibrary. An excerpt from StackOverflow answer [1] about it: $ openssl speed -elapsed -evp aes-128-cbc $ OPENSSL_ia32cap="~0x200000200000000" openssl speed -elapsed -evp aes-128-cbc "Output of the first line should be significantly faster than the second." If there is no AES-NI enabled in "OpenSSL" these two should give similar results.
I simply forgot that. ;)N.B. AES-NI is not a feature of *motherboard* - it's CPU instructions (NI stands for "New Instructions").