I am facing a problem when I am trying to use the OpenSSL (0.9.7d to
be precise) with the BraodCom BCM5823 card. I tried running the
following two commands-
openssl des3 -in inputfile -out outputfile -engine ubsec
openssl des3 -in inputfile -out outputfile
Ideally the first command should take less time/less main CPU coz it
should be using the SSL processor. But they take almost the same
amount of time/main CPU.
Any clues where in the OpenSSL code I should be looking for ensuring
that SSL card is actually being used for processing? Looking into
openssl-0.9.7d\crypto\engine\hw_ubsec.c
didn't help much?