Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 60832 invoked from network); 21 Oct 2004 23:01:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Oct 2004 23:01:13 -0000 Received: (qmail 7262 invoked by uid 500); 21 Oct 2004 23:01:05 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 7207 invoked by uid 500); 21 Oct 2004 23:01:04 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 7188 invoked by uid 99); 21 Oct 2004 23:01:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ggrewal@gmail.com designates 216.239.56.251 as permitted sender) Received: from [216.239.56.251] (HELO mproxy.gmail.com) (216.239.56.251) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Oct 2004 16:01:03 -0700 Received: by mproxy.gmail.com with SMTP id x71so31025cwb for ; Thu, 21 Oct 2004 16:01:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Mfoog3c45f5yEOtJuFuONhnEi3ZCE/IXJkm8URTiB4UMP8NQB4Zm0TWSxdzUV+4UV8MCbaf2ZxauTr5jNdRl454R6dEg4/9ByHzIJLZXF0YnkjYxOUakIu2rOZI9KUdTa9gQymY4zDsf93zgKPFIc1UOAZv37gZMP7FFMZs19ds= Received: by 10.11.98.70 with SMTP id v70mr473604cwb; Thu, 21 Oct 2004 16:01:01 -0700 (PDT) Received: by 10.11.122.35 with HTTP; Thu, 21 Oct 2004 16:01:01 -0700 (PDT) Message-ID: Date: Thu, 21 Oct 2004 16:01:01 -0700 From: Gurpreet Grewal Reply-To: Gurpreet Grewal To: dev@httpd.apache.org Subject: OpenSSL with Security Processor Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I know this might not be the best forum to do this posting. But I am facing this problem since a long time now. 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?