Hi,
I am using OpenSSL 1.0.1c 10 May 2012
I am trying to use cryptodev engine, so I did following steps

installed openssl with
./config DHAVE_CRYPTODEV
make
make install

installed *cryptodev driver *
tested with an application AES successful


In an application program

        e = ENGINE_by_id("cryptodev");

* - tested in  crypto driver open function by printk *successful*

so obviously I am looking to these cryptodev apis
But the thing it not clear how to use cryptodev engine(As it is not like
other engines)
tried with some functions like
cryptodev_dh_compute_key( )

but missing something.
plz suggest something how to use it.

-- 
Regards,
Abhijit

Reply via email to