An example of the directives to include into the configuration file of
openssl is provided with the source tarball and reached here:
http://code.google.com/p/engine-cuda/source/browse/trunk/openssl.cnf.example
If you experience any trouble during this procedure please report them.
Please remember that this engine support only ECB and CBC block mode.
With the ECB block mode both the encryption and decryption are computed
by the GPU. With the default build options the CBC block mode is
accomplished by the GPU only in decryption, encryption are done by the CPU.
In addition I should say that, for better performance, you should pass
to the engine a chunk of data bigger than usually, as you can see into
the benchmark page
(http://code.google.com/p/engine-cuda/wiki/benchmarkVersion011?wl=en).
Depending by the data you are trying to encrypt/decrypt you may have
best performance by building the engine with the option
"--disable-ttableconstant", if you want to give it a try.
Out of curiosity: what release of openssl are you using?
Regards,
Paolo Margara