FW: FreeBSD: driver for ssl hardware accelerator board based on broadcom bcm5825, bcm5862 chips

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Dec 19 06:20:13 PST 2006


On Sun, Dec 17, 2006 at 07:38:30AM +0200, Alex Aronson wrote:
> 
> 
> -----Original Message-----
> From: Alex Aronson [mailto:alexa at silicom.co.il]
> Sent: Wednesday, December 13, 2006 10:48 AM
> To: 'sam at errno.com'; 'jason at thought.net'; 'deraadt at openbsd.org';
> 'patrik at ipunplugged.com'
> Subject: FreeBSD: driver for ssl hardware accelerator board based on
> broadcom bcm5825, bcm5862 chips
> 
> 
> Hello,
> I am working on FreeBSD driver for bcm5825 (5862) based board.
> Would you please help me.
> 
> First of all I tried to work with bcm5820 based board.
> I installed FreeBSD 6.1 and load ubsec module:
> kldload ubsec
> In dmesg I saw that module recognized board (ubsec0: Broadcom 5820), crypto
> module was also loaded.
> 
> After that I run openssl test (openssl version 0.9.7e-p1 25 Oct 2004)
> openssl speed rsa1024 -engine ubsec
> can't use that engine
> 830:error:2507006C:DSO support routines:DSO_load:functionality not
> supported:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dso/d
> so_lib.c:239:
> 830:error:84069067:ubsec engine:UBSEC_INIT:dso
> failure:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/
> hw_ubsec.c:390:
> 830:error:260B806D:engine routines:ENGINE_TABLE_REGISTER:init
> failed:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/e
> ng_table.c:182:
> 
> What am I missing?
> There is no libubsec.so in the system.
> 
> Any help will be appreciated.

'-engine ubsec' will try to use userland driver. If you loaded ubsec.ko
and cryptodev.ko, you should use '-engine cryptodev'.

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20061219/ef103ea1/attachment.pgp


More information about the freebsd-hackers mailing list