Ivan Voras wrote:

The results are practically the same.

On the other hand:

ursaminor:~/admin/glxsb> dd if=/dev/zero bs=4k count=100000 | openssl enc -aes-128-cbc -e -out /dev/null -nosalt -k abcdefhij
100000+0 records in
100000+0 records out
409600000 bytes transferred in 77.653939 secs (5274684 bytes/sec)

ursaminor:~/admin/glxsb> dd if=/dev/zero bs=4k count=100000 | openssl enc -aes-128-cbc -e -out /dev/null -nosalt -k abcdefhij -engine cryptodev
engine "cryptodev" set.
100000+0 records in
100000+0 records out
409600000 bytes transferred in 21.486846 secs (19062826 bytes/sec)

So I guess it works. Any idea why "openssl speed" doesn't show it?


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to