Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I'm having trouble determining whether when using a hosting company that uses Xen virtualization and Intel processors with AESNI embedded encryption, I would have access to AESNI (i.e., is it an available hardware resource in such environments).

share|improve this question

closed as off topic by Rory Alsop Feb 17 '12 at 21:37

Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

At the command line type:

cat /proc/cpuinfo | grep aes

If it's there, it's supported; if it's not, it's not.

To answer your question though, Xen 4.0.1+ support AES-NI instructions in guests.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.