[Ocf-linux-users] first time user
Brought to you by:
david-m
From: Jan J. K. <ja...@ni...> - 2012-02-06 15:34:23
|
hi all, I'm trying to use ocf for the first time - the concept looks great, and I am very curious how the ocf drivers will perform compared to the (latest) openssl assembly code. However, I cannot even get a simple 'cryptotest' to run on my Fedora 14 laptop: [root@beijaflor crypto-tools]# uname -a Linux beijaflor 2.6.35.14-106.fc14.x86_64 #1 SMP Wed Nov 23 13:07:52 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux [root@beijaflor crypto-tools]# lsmod | grep crypto [root@beijaflor crypto-tools]# modprobe ocf [root@beijaflor crypto-tools]# modprobe cryptosoft [root@beijaflor crypto-tools]# modprobe crypto_null [root@beijaflor crypto-tools]# modprobe ocf-bench FATAL: Error inserting ocf_bench (/lib/modules/2.6.35.14-106.fc14.x86_64/extra/ocf-bench.ko): Invalid argument [root@beijaflor crypto-tools]# dmesg | tail -5 [ 9440.770735] alg: No test for digest_null (digest_null-generic) [ 9440.770760] alg: No test for compress_null (compress_null-generic) [ 9460.475287] Crypto Speed tests [ 9460.475327] OCF: testing ... [ 9461.476315] OCF: 47784 requests of 1488 bytes in 1001 jiffies (568.252 Mbps) [root@beijaflor crypto-tools]# ls -al /dev/crypto crw-r--r-- 1 root root 10, 70 Feb 6 16:04 /dev/crypto [root@beijaflor crypto-tools]# ./cryptotest cryptotest: /dev/crypto: No such device what am I doing wrong here? also, 'openssl engine -v' will not list the cryptodev engine Final question: is/will there be support for the cryptodev engine in openssl 1.0+ ? TIA, JJK |