[EMAIL PROTECTED] - Sat Jan 14 19:07:25 2006]:

> Hello,
> I intend to use
>    openssl speed des -engine ibmca
> and
>    openssl speed aes -engine ibmca
> to show the influence of hardware accelaration on a mainframe, by
comparing
> the results with
>    openssl speed des   and with  openssl speed aes
> Unfortunately
>    openssl speed des -engine ibmca and openssl speed des
> as well as
>    openssl speed aes -engine and openssl speed aes
> are showing identical results (see my test results below). It seams, that
> for "des" as well as for "aes" the option "-engine ibmca" to use
> the IBM provided engine is ignored.

The reason for this is that the "des" and "aes" switches use the low
level ciphers directly and these always use the builtin software versions.

The EVP routines cipher calls can be redirected to ENGINE
implementations. If you use the switch "-evp des-cbc" and "-evp
aes-128-cbc" to "speed" instead you should get more meaningful results.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to