|
- root@OpenWrt:~# openssl speed -evp aes-128-gcm
- Doing aes-128-gcm for 3s on 16 size blocks: 34449809 aes-128-gcm's in 2.99s
- Doing aes-128-gcm for 3s on 64 size blocks: 22359603 aes-128-gcm's in 2.99s
- Doing aes-128-gcm for 3s on 256 size blocks: 8456201 aes-128-gcm's in 3.00s
- Doing aes-128-gcm for 3s on 1024 size blocks: 2465982 aes-128-gcm's in 2.99s
- Doing aes-128-gcm for 3s on 8192 size blocks: 322426 aes-128-gcm's in 2.99s
- Doing aes-128-gcm for 3s on 16384 size blocks: 161566 aes-128-gcm's in 2.99s
- OpenSSL 1.1.1k 25 Mar 2021
- built on: Wed Apr 28 09:45:47 2021 UTC
- options:bn(64,64) rc4(16x,int) des(int) aes(partial) blowfish(ptr)
- compiler: x86_64-openwrt-linux-musl-gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -O3 -fpic -ffunction-sections -fdata-sections -znow -zrelro -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DNDEBUG
- The 'numbers' are in 1000s of bytes per second processed.
- type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
- aes-128-gcm 184346.80k 478600.20k 721595.82k 844536.98k 883382.54k 885316.84k
复制代码
还行吧 |
|