AMD Geode LX crypto accelerator (glxsb)
Ivan Voras
ivoras at freebsd.org
Sun Jun 22 17:40:28 UTC 2008
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080622/5b7f68b1/signature.pgp
More information about the freebsd-stable
mailing list