Hi I am trying to run speed test on my board with MPC8313E and 2.6.29 linux on it. I am using following command : "openssl speed -evp aes-128-cbc -engine cryptodev" It gets hanged while running.
# ./openssl speed -evp aes128 -engine cryptodev engine "cryptodev" set. Doing aes-128-cbc for 3s on 16 size blocks: SIGALRM : 18409 aes-128-cbc's in 0.24s Doing aes-128-cbc for 3s on 64 size blocks: SIGALRM : 17901 aes-128-cbc's in 0.16s Doing aes-128-cbc for 3s on 256 size blocks: SIGALRM : 17801 aes-128-cbc's in 0.27s Doing aes-128-cbc for 3s on 1024 size blocks: SIGALRM : 14847 aes-128-cbc's in 0.12s Doing aes-128-cbc for 3s on 8192 size blocks: SIGALRM : 5941 aes-128-cbc's in 0.01s It appears to be hanged while performing random number operation. If I use sorfware security engine support it runs fine but with hardware security engine enabled, it hangs. I am using openssl-0.9.8k. -- View this message in context: http://old.nabble.com/problem-while-running-openssl-tp27071448p27071448.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org