[2.0-RC1][admin@alix.local]/root(1): openssl engine -c
(cryptodev) BSD cryptodev engine
 [RSA, DSA, DH, AES-128-CBC]
(padlock) VIA PadLock (no-RNG, no-ACE)
(dynamic) Dynamic engine loading support
[2.0-RC1][admin@alix.local]/root(2): cryptostats
0 symmetric crypto ops (0 errors, 0 times driver blocked)
0 key ops (0 errors, 0 times driver blocked)
0 crypto dispatch thread activations
0 crypto return thread activations
[2.0-RC1][admin@alix.local]/root(3): hifnstats
input 0 bytes 0 packets
output 0 bytes 0 packets
invalid 0 nomem 0 abort 0
noirq 0 unaligned 0
totbatch 0 maxbatch 0
nomem: map 0 load 0 mbuf 0 mcl 0 cr 0 sd 0
[2.0-RC1][admin@alix.local]/root(4): cryptotest -z
   0.000 sec,       2    aes crypts,      16 bytes,   125490 byte/sec,     1.0 Mb/sec
   0.000 sec,       2    aes crypts,      32 bytes,   719101 byte/sec,     5.5 Mb/sec
   0.000 sec,       2    aes crypts,      64 bytes,   500000 byte/sec,     3.8 Mb/sec
   0.000 sec,       2    aes crypts,     128 bytes,  2813187 byte/sec,    21.5 Mb/sec
   0.000 sec,       2    aes crypts,     256 bytes,  5224490 byte/sec,    39.9 Mb/sec
   0.000 sec,       2    aes crypts,     512 bytes,  9225225 byte/sec,    70.4 Mb/sec
   0.000 sec,       2    aes crypts,    1024 bytes, 10343434 byte/sec,    78.9 Mb/sec
   0.000 sec,       2    aes crypts,    2048 bytes, 21113402 byte/sec,   161.1 Mb/sec
   0.000 sec,       2    aes crypts,    4096 bytes, 23676301 byte/sec,   180.6 Mb/sec
   0.001 sec,       2    aes crypts,    8192 bytes, 17945235 byte/sec,   136.9 Mb/sec
[2.0-RC1][admin@alix.local]/root(5): cryptostats
20 symmetric crypto ops (0 errors, 0 times driver blocked)
0 key ops (0 errors, 0 times driver blocked)
20 crypto dispatch thread activations
0 crypto return thread activations
[2.0-RC1][admin@alix.local]/root(6): hifnstats
input 0 bytes 0 packets
output 0 bytes 0 packets
invalid 0 nomem 0 abort 0
noirq 0 unaligned 0
totbatch 0 maxbatch 0
nomem: map 0 load 0 mbuf 0 mcl 0 cr 0 sd 0
[2.0-RC1][admin@alix.local]/root(7): openssl speed -evp aes-128-cbc -engine cryptodev
engine "cryptodev" set.
To get the most accurate results, try to run this
program when this computer is idle.
Doing aes-128-cbc for 3s on 16 size blocks: 86243 aes-128-cbc's in 0.13s
Doing aes-128-cbc for 3s on 64 size blocks: 82877 aes-128-cbc's in 0.06s
Doing aes-128-cbc for 3s on 256 size blocks: 73771 aes-128-cbc's in 0.12s
Doing aes-128-cbc for 3s on 1024 size blocks: 50761 aes-128-cbc's in 0.07s
Doing aes-128-cbc for 3s on 8192 size blocks: 11661 aes-128-cbc's in 0.00s
OpenSSL 0.9.8n 24 Mar 2010
built on: date not available
options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx) 
compiler: cc
available timing options: USE_TOD HZ=128 [sysconf value]
timing function used: getrusage
The 'numbers' are in 1000s of bytes per second processed.
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-128-cbc      10729.08k    82343.06k   155556.82k   782737.72k 20022408.72k
[2.0-RC1][admin@alix.local]/root(8): cryptostats
305333 symmetric crypto ops (0 errors, 0 times driver blocked)
0 key ops (0 errors, 0 times driver blocked)
305333 crypto dispatch thread activations
0 crypto return thread activations
[2.0-RC1][admin@alix.local]/root(9): hifnstats
input 0 bytes 0 packets
output 0 bytes 0 packets
invalid 0 nomem 0 abort 0
noirq 0 unaligned 0
totbatch 0 maxbatch 0
nomem: map 0 load 0 mbuf 0 mcl 0 cr 0 sd 0
[2.0-RC1][admin@alix.local]/root(10): openssl speed -evp aes-192-cbc -engine cryptodev
engine "cryptodev" set.
To get the most accurate results, try to run this
program when this computer is idle.
Doing aes-192-cbc for 3s on 16 size blocks: 771594 aes-192-cbc's in 2.81s
Doing aes-192-cbc for 3s on 64 size blocks: 219422 aes-192-cbc's in 2.88s
Doing aes-192-cbc for 3s on 256 size blocks: 54513 aes-192-cbc's in 2.77s
Doing aes-192-cbc for 3s on 1024 size blocks: 14336 aes-192-cbc's in 2.90s
Doing aes-192-cbc for 3s on 8192 size blocks: 1854 aes-192-cbc's in 2.99s
OpenSSL 0.9.8n 24 Mar 2010
built on: date not available
options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx) 
compiler: cc
available timing options: USE_TOD HZ=128 [sysconf value]
timing function used: getrusage
The 'numbers' are in 1000s of bytes per second processed.
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-192-cbc       4400.80k     4875.26k     5029.36k     5070.51k     5081.69k
[2.0-RC1][admin@alix.local]/root(11): cryptostats
305333 symmetric crypto ops (0 errors, 0 times driver blocked)
0 key ops (0 errors, 0 times driver blocked)
305333 crypto dispatch thread activations
0 crypto return thread activations
[2.0-RC1][admin@alix.local]/root(12): hifnstats
input 0 bytes 0 packets
output 0 bytes 0 packets
invalid 0 nomem 0 abort 0
noirq 0 unaligned 0
totbatch 0 maxbatch 0
nomem: map 0 load 0 mbuf 0 mcl 0 cr 0 sd 0
[2.0-RC1][admin@alix.local]/root(13): openssl speed -evp aes-256-cbc -engine cryptodev
engine "cryptodev" set.
To get the most accurate results, try to run this
program when this computer is idle.
Doing aes-256-cbc for 3s on 16 size blocks: 732794 aes-256-cbc's in 2.98s
Doing aes-256-cbc for 3s on 64 size blocks: 202953 aes-256-cbc's in 2.98s
Doing aes-256-cbc for 3s on 256 size blocks: 52142 aes-256-cbc's in 2.98s
Doing aes-256-cbc for 3s on 1024 size blocks: 13130 aes-256-cbc's in 2.99s
Doing aes-256-cbc for 3s on 8192 size blocks: 1645 aes-256-cbc's in 2.98s
OpenSSL 0.9.8n 24 Mar 2010
built on: date not available
options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blowfish(idx) 
compiler: cc
available timing options: USE_TOD HZ=128 [sysconf value]
timing function used: getrusage
The 'numbers' are in 1000s of bytes per second processed.
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-256-cbc       3929.01k     4358.54k     4482.03k     4501.99k     4520.07k
[2.0-RC1][admin@alix.local]/root(14): cryptostats
305333 symmetric crypto ops (0 errors, 0 times driver blocked)
0 key ops (0 errors, 0 times driver blocked)
305333 crypto dispatch thread activations
0 crypto return thread activations
[2.0-RC1][admin@alix.local]/root(15): hifnstats
input 0 bytes 0 packets
output 0 bytes 0 packets
invalid 0 nomem 0 abort 0
noirq 0 unaligned 0
totbatch 0 maxbatch 0
nomem: map 0 load 0 mbuf 0 mcl 0 cr 0 sd 0