ronnieman / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Can not use the hardware-based AES-acceleration under OS X #405

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
pyrit list_cores

What is the expected output? What do you see instead?
Expected: AES support recognised.

But I see:
The following cores seem available...
#1:  'CPU-Core (SSE2)'
#2:  'CPU-Core (SSE2)'
#3:  'CPU-Core (SSE2)'
#4:  'CPU-Core (SSE2)'

What version of the product are you using? On what operating system?
Pyrit 0.4.1-dev (svn r308) on OS X 10.8 (Mountain Lion)

Please provide any additional information below.
Processor Intel i5 2500k with AES_NI support: checked
latest svn version (r308): checked
gcc 4.7.1 supporting AES-NI instructions compiled manually: checked

Original issue reported on code.google.com by viniciuskmax@gmail.com on 2 Sep 2012 at 9:21

GoogleCodeExporter commented 8 years ago
Did you force pyrit to compile with gcc? You should export 
CC=/your/new/gcc/path.

Original comment by ppvanze...@gmail.com on 5 Sep 2012 at 7:26