Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net October 22, 2014 08:50AM |
Registered: 11 years ago Posts: 162 |
openssl speed -evp md4 -elapsed 2>&1 | tail -2 openssl speed -evp md5 -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp sha -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp sha1 -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp sha256 -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp sha512 -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp seed-cbc -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp rc2-cbc -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp bf-cbc -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp des-cbc -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp des-ede3 -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp aes-128-cbc -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp aes-192-cbc -engine cryptodev -elapsed 2>&1 | tail -1 openssl speed -evp aes-256-cbc -engine cryptodev -elapsed 2>&1 | tail -1Software
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md4 4687.75k 16979.54k 47831.55k 89257.64k 117858.30k md5 4390.96k 15246.83k 40418.90k 68383.40k 86196.22k sha 3184.15k 9946.73k 22927.62k 34451.11k 39537.32k sha1 3660.91k 10940.99k 24468.99k 35066.88k 40487.59k sha256 2861.02k 8331.03k 17467.65k 24374.61k 27295.74k sha512 1177.14k 4709.65k 7574.36k 10788.52k 12356.27k seed-cbc 9318.57k 11685.21k 12496.21k 12711.94k 12771.33k rc2-cbc 8858.23k 10091.61k 10420.39k 10542.08k 10540.37k bf-cbc 14214.04k 17590.81k 18851.41k 19054.25k 19237.55k des-cbc 7452.25k 8695.27k 9013.16k 9161.05k 9128.62k des-ede3 3006.30k 3092.52k 3138.65k 3127.98k 3145.73k aes-128-cbc 11681.94k 15434.52k 16682.50k 17152.34k 17154.05k aes-192-cbc 10564.55k 13374.25k 14460.93k 14653.44k 14808.41k aes-256-cbc 9540.99k 11920.94k 12633.86k 12920.49k 12899.67kHardware encryption with hashing
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md4 1903.62k 7254.46k 24534.70k 61964.29k 109524.31k md5 249.94k 984.11k 3806.98k 13445.80k 49444.18k sha 1459.43k 5056.60k 14757.03k 28397.91k 38780.93k sha1 235.87k 923.63k 3436.54k 10942.81k 29040.64k sha256 217.11k 853.03k 3063.21k 8526.51k 17776.64k sha512 183.10k 737.13k 2084.27k 4512.09k 6709.25k seed-cbc 9336.94k 11653.57k 12533.67k 12677.80k 12806.83k rc2-cbc 8845.15k 10102.78k 10406.66k 10561.19k 10523.99k bf-cbc 771.97k 2649.79k 6843.31k 11201.88k 13415.77k des-cbc 759.29k 2444.25k 5402.88k 7826.09k 8729.94k des-ede3 3006.80k 3092.57k 3139.50k 3126.95k 3145.73k aes-128-cbc 321.53k 1256.45k 4222.89k 11138.39k 19292.16k aes-192-cbc 322.18k 1260.05k 4204.20k 11042.82k 18969.94k aes-256-cbc 319.79k 1252.14k 3749.80k 10877.95k 18404.69kHardware encryption without hashing support
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md4 5021.59k 17826.18k 49067.01k 90718.55k 118235.14k md5 4713.27k 15732.82k 41317.46k 68965.72k 86379.18k sha 3432.53k 10362.94k 23534.17k 34742.95k 39701.16k sha1 3697.88k 10951.72k 24367.70k 35169.96k 40353.79k sha256 3063.94k 8491.90k 17772.54k 24374.95k 27443.20k sha512 1188.88k 4776.15k 7563.26k 10842.45k 12309.85k seed-cbc 9336.42k 11648.64k 12531.97k 12677.80k 12804.10k rc2-cbc 8836.70k 10105.58k 10405.38k 10561.54k 10523.99k bf-cbc 772.83k 2639.83k 6838.61k 11209.73k 13413.03k des-cbc 757.69k 2439.32k 5398.10k 7826.43k 8727.21k des-ede3 2998.01k 3082.07k 3126.27k 3113.98k 3132.07k aes-128-cbc 321.65k 1260.91k 4180.65k 11113.47k 19286.70k aes-192-cbc 321.16k 1259.33k 4147.97k 11022.68k 18852.52k aes-256-cbc 319.56k 1255.08k 3740.59k 10874.54k 18432.00k
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net October 22, 2014 09:47AM |
Registered: 11 years ago Posts: 168 |
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md4 1974.01k 7473.53k 25347.85k 63358.20k 111770.11k md5 963.96k 3059.27k 13363.20k 56407.77k 429766.78k sha1 1018.12k 3281.20k 12674.47k 56231.97k 457070.48k sha256 759.27k 3609.95k 13385.51k 56758.54k 449126.40k sha512 874.12k 3163.25k 14664.63k 47308.80k 291050.06k sha512 874.12k 2915.28k 13955.90k 47308.80k 255692.80k seed-cbc 9447.04k 11863.63k 12674.48k 12945.35k 12964.73k rc2-cbc 8995.98k 10231.40k 10555.31k 10678.71k 10715.36k bf-cbc 10608.65k 89370.31k 137946.45k 3408998.40k infk des-cbc 20963.93k 81814.04k 410764.80k 1192345.60k infk des-ede3 3046.93k 3150.30k 3164.93k 3182.28k 3180.91k aes-128-cbc 19504.00k 95302.40k 158867.20k 421337.60k 2934374.40k aes-192-cbc 24471.20k 71013.12k 140839.82k 1115374.93k 5693440.00k aes-256-cbc 13946.74k 54555.43k 230394.88k 549717.33k 2747187.20k camellia-128-cbc 10210.91k 12978.32k 13925.89k 14182.23k 14213.12k camellia-192-cbc 8522.68k 10364.96k 10959.63k 11093.67k 11170.16k camellia-256-cbc 8551.78k 10369.78k 10959.20k 11156.10k 11124.74k rc4 32187.86k 46647.72k 52507.48k 54061.59k 54732.97k cast5-cbc 13636.76k 16334.08k 17241.47k 17479.58k 17610.07k
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes md4 4691.72k 16600.91k 46934.30k 89977.02k 118431.21k md5 4549.27k 15141.94k 40299.97k 69228.65k 87146.99k sha1 3719.51k 11310.95k 24654.00k 35324.48k 40890.98k sha256 2907.65k 8359.95k 17646.07k 24553.20k 27835.06k sha512 1189.79k 4691.80k 7664.49k 10965.21k 12360.55k seed-cbc 9423.57k 11851.83k 12619.29k 12780.51k 12936.66k rc2-cbc 8602.97k 10045.40k 10554.54k 10651.09k 10664.07k bf-cbc 14317.07k 17928.68k 19126.90k 19446.28k 19535.01k des-cbc 7598.11k 8814.18k 9189.72k 9371.58k 9253.03k des-ede3 3031.52k 3147.62k 3157.33k 3169.87k 3199.35k aes-128-cbc 11900.42k 15726.33k 17126.02k 17330.82k 17388.57k aes-192-cbc 10786.92k 13599.36k 14511.12k 14817.51k 15016.52k aes-256-cbc 9797.74k 12161.10k 13004.04k 13173.17k 13191.94k camellia-128-cbc 10242.31k 12999.55k 13995.75k 14134.25k 14405.27k camellia-192-cbc 8624.15k 10230.30k 10959.64k 11197.27k 11143.49k camellia-256-cbc 8485.17k 10406.64k 10884.12k 11060.81k 11129.82k rc4 32486.44k 47344.91k 52127.76k 54090.49k 54294.06k cast5-cbc 13693.77k 16524.56k 17185.95k 17497.99k 18370.03k
Quote
Seagate
Always-on data security
2-Bay NAS delivers government-grade hardware encryption technology that helps protect your all-important data where it lives: on the hard drive
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net October 22, 2014 11:51PM |
Registered: 11 years ago Posts: 162 |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net October 24, 2014 06:11AM |
Registered: 11 years ago Posts: 168 |
Rarora
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net August 05, 2015 01:05AM |
Rahul Arora
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net August 05, 2015 01:10AM |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net September 03, 2015 03:43PM |
Admin Registered: 14 years ago Posts: 19,314 |
>Quote
restamp
> There are several instances where I think the
> crypto engine might be viable. One would be if
> someone were to use it to implement an encrypting
> file system (or generic disk) driver (or LVM?). I
> believe if the engine was strictly accessed from
> within the kernel, and the engine were dedicated
> strictly to this one use, you could likely get
> disk encryption thrown in for little or no
> processor overhead. Implementing such a driver
> (or module) would take more effort than I'd care
> to expend, though.
Quote
restamp
What I meant was that only several of the modes that the Crypto Engine and Security Accelerator handles are considered viable today. For instance, AES and 3DES are still considered usable ciphers, but DES is considered too weak today to be of any practical value. And other ciphers that are not certified but find wide use in greater Internet, like blowfish, are not included at all. Furthermore, there is a similar gamut of viability in the methods of employing the good ciphers; for instance CBC mode is generally considered good, some of the others the CESA implements, such as ECB, not as good by today's standards.
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net September 03, 2015 03:50PM |
Admin Registered: 14 years ago Posts: 19,314 |
Module Size Used by bnep 11479 2 bluetooth 388630 5 bnep rfkill 15823 2 bluetooth autofs4 28801 2 twofish_generic 6730 0 twofish_common 13130 1 twofish_generic camellia_generic 19626 0 serpent_generic 20979 0 blowfish_generic 3617 0 blowfish_common 6549 1 blowfish_generic cast5_generic 11152 0 cast_common 4753 1 cast5_generic cmac 2497 0 xcbc 2311 0 rmd160 7456 0 sha512_generic 8372 0 af_key 31752 0 xfrm_algo 4621 1 af_key ipv6 312359 64 fuse 75892 1 evdev 9408 1 orion_wdt 6105 0 marvell_cesa 24785 0 des_generic 16866 1 marvell_cesa mv_cesa 11324 0 gpio_keys 7609 0 uio_pdrv_genirq 2946 0 uio 7174 1 uio_pdrv_genirq netconsole 8725 0 configfs 22667 2 netconsole sg 21297 0 sd_mod 28586 2 uas 12100 0 sata_mv 24936 0 usb_storage 42754 2 uas libata 164323 1 sata_mv mvsdio 9205 0 mmc_core 101717 1 mvsdio scsi_mod 173509 5 sg,uas,usb_storage,libata,sd_mod
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net September 03, 2015 06:49PM |
Admin Registered: 14 years ago Posts: 19,314 |
Quote
Support for Marvell EBU ARM processors:
A completely new driver for the CESA cryptographic engine was contributed by Boris Brezillon. This driver aims at replacing the old mv_cesa drivers, by supporting the newer features of the cryptographic engine available in recent Marvell EBU SoCs (DMA, new ciphers, etc.). The driver is backward compatible with the older processors, so it will be a full replacement for mv_cesa.
przent
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net September 15, 2015 04:51PM |
przent
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net September 15, 2015 05:00PM |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net September 17, 2015 10:04AM |
Registered: 9 years ago Posts: 3 |
chrishelms
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net November 12, 2015 02:25AM |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net November 12, 2015 02:17PM |
Admin Registered: 14 years ago Posts: 19,314 |
chrishelms
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net November 22, 2015 03:22PM |
chrishelms
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net November 22, 2015 03:28PM |
Liam80
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net January 15, 2016 09:16PM |
# make make -C /lib/modules/3.14.0-kirkwood-tld-1/build SUBDIRS=`pwd` modules make: *** /lib/modules/3.14.0-kirkwood-tld-1/build: No such file or directory. Stop. make: *** [build] Error 2
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net January 15, 2016 09:42PM |
Registered: 11 years ago Posts: 162 |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net January 17, 2016 05:54AM |
Registered: 9 years ago Posts: 295 |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 15, 2016 03:40PM |
Registered: 9 years ago Posts: 6 |
auzn@goflex-home:/media/part1/openssl$ openssl engine cryptodev (cryptodev) cryptodev engine auzn@goflex-home:/media/part1/openssl$ openssl speed -evp aes-128-cbc Doing aes-128-cbc for 3s on 16 size blocks: 53796 aes-128-cbc's in 0.18s Doing aes-128-cbc for 3s on 64 size blocks: 52113 aes-128-cbc's in 0.22s Doing aes-128-cbc for 3s on 256 size blocks: 51991 aes-128-cbc's in 0.30s Doing aes-128-cbc for 3s on 1024 size blocks: 40134 aes-128-cbc's in 0.17s Doing aes-128-cbc for 3s on 8192 size blocks: 13103 aes-128-cbc's in 0.07s OpenSSL 1.0.1k 8 Jan 2015 built on: Sun May 15 14:39:19 2016 options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) blowfish(ptr) compiler: -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS -DHASH_MAX_LEN=64 -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_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 4781.87k 15160.15k 44365.65k 241748.33k 1533425.37k
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 15, 2016 04:43PM |
Admin Registered: 14 years ago Posts: 19,314 |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net February 17, 2018 03:37PM |
Registered: 6 years ago Posts: 1 |
# make make -C /lib/modules/4.15.2-kirkwood-tld-1/build M=/root/inst/cryptodev-linux modules make[1]: Entering directory '/usr/src/linux-headers-4.15.2-kirkwood-tld-1' CC [M] /root/inst/cryptodev-linux/ioctl.o In file included from ./include/linux/netfilter.h:8:0, from ./include/linux/netfilter/nf_conntrack_tuple_common.h:6, from ./include/linux/netfilter/nf_conntrack_dccp.h:29, from ./include/net/netns/conntrack.h:11, from ./include/net/net_namespace.h:27, from ./include/linux/netdevice.h:42, from ./include/linux/rtnetlink.h:7, from /root/inst/cryptodev-linux/ioctl.c:47: ./include/linux/if.h:28:54: fatal error: sys/socket.h: No such file or directory #include <sys/socket.h> /* for struct sockaddr. */ ^ compilation terminated. scripts/Makefile.build:316: recipe for target '/root/inst/cryptodev-linux/ioctl.o' failed make[2]: *** [/root/inst/cryptodev-linux/ioctl.o] Error 1 Makefile:1508: recipe for target '_module_/root/inst/cryptodev-linux' failed make[1]: *** [_module_/root/inst/cryptodev-linux] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.15.2-kirkwood-tld-1' Makefile:27: recipe for target 'build' failed make: *** [build] Error 2
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net July 03, 2018 08:34AM |
Registered: 6 years ago Posts: 11 |
TheFeaR
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 16, 2019 04:35AM |
thefear@ix2:~$ uname -a Linux ix2 5.1.0-kirkwood-tld-1 #1 PREEMPT Tue May 7 00:16:02 PDT 2019 armv5tel GNU/Linux thefear@ix2:~$ lsmod|grep cryptodev cryptodev 45056 0
TheFeaR
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 16, 2019 09:30AM |
root@ix2:~/openssl# /usr/local/bin/openssl engine devcrypto (devcrypto) /dev/crypto engine
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 16, 2019 04:10PM |
Admin Registered: 14 years ago Posts: 19,314 |
> root@ix2:~/openssl# /usr/local/bin/openssl engine > devcrypto > (devcrypto) /dev/crypto engine >
TheFeaR
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 24, 2019 07:51AM |
tar xzvf vpn.tar.gz -C /
oot@ix2:~# openssl version -a OpenSSL 3.0.0-dev xx XXX xxxx built on: Thu May 16 12:51:18 2019 UTC platform: linux-armv4 options: bn(64,32) rc4(char) des(long) blowfish(ptr) compiler: arm-linux-gnueabi-gcc -fPIC -pthread -Wa,--noexecstack -Wall -O3 -DOPENSSL_USE_NODELETE -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DNDEBUG OPENSSLDIR: "/usr/local/ssl" ENGINESDIR: "/usr/local/lib/engines-3" MODULESDIR: "/usr/local/lib/ossl-modules" Seeding source: os-specific
root@ix2:~# openvpn --version OpenVPN 2.4.7 arm-unknown-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on May 24 2019 library versions: OpenSSL 3.0.0-dev xx XXX xxxx, LZO 2.10 Originally developed by James Yonan Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net> Compile time defines: enable_async_push=no enable_comp_stub=no enable_crypto=yes enable_crypto_ofb_cfb=yes enable_debug=no enable_def_auth=yes enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown enable_fast_install=needless enable_fragment=yes enable_iproute2=no enable_libtool_lock=yes enable_lz4=yes enable_lzo=yes enable_management=yes enable_multihome=yes enable_pam_dlopen=no enable_pedantic=no enable_pf=yes enable_pkcs11=no enable_plugin_auth_pam=no enable_plugin_down_root=no enable_plugins=no enable_port_share=yes enable_selinux=no enable_server=no enable_shared=no enable_shared_with_static_runtimes=no enable_small=no enable_static=yes enable_strict=no enable_strict_options=no enable_systemd=no enable_werror=no enable_win32_dll=yes enable_x509_alt_username=no with_aix_soname=aix with_crypto_library=openssl with_gnu_ld=yes with_mem_check=no with_sysroot=no
root@ix2:~# cat 2.sh #!/bin/bash openssl speed -evp md4 2>&1 | tail -2 openssl speed -evp md5 -engine devcrypto 2>&1 | tail -1 openssl speed -evp sha1 -engine devcrypto 2>&1 | tail -1 openssl speed -evp sha1 -engine devcrypto 2>&1 | tail -1 openssl speed -evp sha256 -engine devcrypto 2>&1 | tail -1 openssl speed -evp sha512 -engine devcrypto 2>&1 | tail -1 openssl speed -evp seed-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp rc2-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp bf-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp des-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp des-ede3 -engine devcrypto 2>&1 | tail -1 openssl speed -evp aes-128-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp aes-192-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp aes-256-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp camellia-128-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp camellia-192-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp camellia-256-cbc -engine devcrypto 2>&1 | tail -1 openssl speed -evp rc4 -engine devcrypto 2>&1 | tail -1 openssl speed -evp cast -engine devcrypto 2>&1 | tail -1
root@ix2:~# sh ./2.sh type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes md4 3858.69k 13959.79k 41624.83k 82193.53k 114073.60k 115586.65k md5 744.18k 2886.24k 11025.86k 41708.50k 428400.64k 710583.72k sha1 593.12k 2175.76k 12366.15k 41272.08k 818626.56k 1037554.04k sha1 579.80k 3468.99k 15440.21k 37219.13k 245543.15k 872258.95k sha256 641.10k 2373.69k 7569.12k 16949.08k 26301.78k 27181.06k sha512 967.91k 3909.46k 6993.66k 10539.24k 12455.13k 12528.30k seed-cbc 9132.63k 12005.46k 13036.39k 13323.99k 13345.21k 13254.66k rc2-cbc 8557.58k 10060.15k 10507.18k 10667.75k 10663.44k 10668.78k bf-cbc 13041.08k 16977.34k 18300.97k 18757.35k 18797.91k 18625.73k des-cbc 6002.33k 18942.63k 66012.80k 730030.08k 1649751.77k 4588066.13k des-ede3 3015.56k 3204.02k 3243.18k 3266.04k 3265.84k 3249.49k aes-128-cbc 6031.13k 23757.96k 355618.13k 329625.60k 3212083.20k infk aes-192-cbc 3840.94k 36640.91k 74466.74k 443596.80k 3087018.67k 4157440.00k aes-256-cbc 5122.09k 17618.35k 94459.35k 252840.23k 1729945.60k infk camellia-128-cbc 10064.92k 13438.24k 14643.97k 15026.77k 15081.47k 15014.10k camellia-192-cbc 8415.22k 10742.43k 11492.86k 11778.44k 11794.84k 11726.34k camellia-256-cbc 8476.33k 10738.53k 11492.86k 11745.18k 11790.93k 11681.79k rc4 31972.68k 51583.79k 60758.49k 63884.93k 64506.54k 64325.25k cast5-cbc 13209.57k 17576.16k 19090.94k 19598.81k 19647.15k 19518.33k
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 24, 2019 09:39PM |
Admin Registered: 14 years ago Posts: 19,314 |
Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net May 24, 2019 09:44PM |
Admin Registered: 14 years ago Posts: 19,314 |
Quote
Hardware Cryptography
Marvell CESA (also see correction post in this thread)
Marvell CESA in kernel 4.4 performance
Hardware Cryptography cryptodev/openssl On arm5/Debian (build circa 2019)