dpffan
Hardware cryptographic acceleration with OpenSSL January 20, 2012 08:59AM |
root@debian:/usr/local/ssl/bin# uname -a Linux debian 3.1.10-dockstar #3 PREEMPT Fri Jan 20 20:42:45 SGT 2012 armv5tel GNU/Linux root@debian:/usr/local/ssl/bin# root@debian:/usr/local/ssl/bin# ./openssl speed -evp aes-128-cbc Doing aes-128-cbc for 3s on 16 size blocks: 105194 aes-128-cbc's in 0.10s Doing aes-128-cbc for 3s on 64 size blocks: 101139 aes-128-cbc's in 0.11s Doing aes-128-cbc for 3s on 256 size blocks: 68158 aes-128-cbc's in 0.06s Doing aes-128-cbc for 3s on 1024 size blocks: 40824 aes-128-cbc's in 0.00s Doing aes-128-cbc for 3s on 8192 size blocks: 8529 aes-128-cbc's in 0.00s OpenSSL 1.0.0g 18 Jan 2012 built on: Fri Jan 20 22:13:19 SGT 2012 options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int) blowfish(ptr) compiler: gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS -DHASH_MAX_LEN=64 -DTERMIO -O3 -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 16831.04k 58844.51k 290807.47k infk infk
Re: Hardware cryptographic acceleration with OpenSSL January 25, 2012 03:45PM |
Registered: 13 years ago Posts: 128 |
dpffan
Re: Hardware cryptographic acceleration with OpenSSL March 10, 2012 08:34PM |
dpffan
Re: Hardware cryptographic acceleration with OpenSSL March 23, 2012 06:43PM |
Vlad59
Re: Hardware cryptographic acceleration with OpenSSL April 05, 2012 03:28AM |