Howcan I check if my CPU supports the AES-NI instruction set under Linux/UNIX.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Look in You can use this command:
If you have some output, which will be like
,then you have AES. |
|||||||
|
|
Here's the list. There are 247 CPU models with that feature. With Linux, you can check by looking for the aes flag in /proc/cpuinfo. Or you can check what model you have against this list. |
||||
|
|
|
to @Lance
with AES-NI support from Intel ark list
|
||||
|
|
