I am trying to test via padlock using 'openssl speed -engine padlock', but it 
fails.

# openssl version
OpenSSL 1.0.1c 10 May 2012

# openssl  engine padlock
140291115067048:error:260B606D:engine routines:DYNAMIC_LOAD:init 
failed:eng_dyn.c:521:
140291115067048:error:2606A074:engine routines:ENGINE_by_id:no such 
engine:eng_list.c:417:id=padlock

# strace openssl  engine padlock 2>&1 | grep -i padlock.so
open("/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so", O_RDONLY) 
= 3

# ls -la /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so
-rw-r--r-- 1 root root 6096 May 11 12:51 
/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so

# dmesg | grep -i aes
[  284.335338] padlock: Using VIA PadLock ACE for AES algorithm.

# lsmod | grep -i aes
padlock_aes             5633  0 
aes_generic            25714  1 padlock_aes



What am i doing wrong ?


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to