Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2009 19:34:02 +0200
From:      Michael Moll <kvedulv@kvedulv.de>
To:        freebsd-current@freebsd.org
Subject:   padlock on amd64 does not work
Message-ID:  <20090517173402.GI89114@darkthrone.kvedulv.de>

next in thread | raw e-mail | index | archive | help
Hi All,

after migrating from i386 to amd64 on a VIA Nano, padlock is not working
anymore. I use it to encrypt disks via GELI, this works fine when done
in software:

# /etc/rc.d/geli start
Configuring Disk Encryption for ad4s1f.
Enter passphrase:
GEOM_ELI: Device ad4s1f.eli created.
GEOM_ELI: Encryption: AES-CBC 256
GEOM_ELI:     Crypto: software

Now the same with the padlock module loaded:

# kldload padlock
padlock0: <AES-CBC,SHA1,SHA256> on motherboard
# 
# /etc/rc.d/geli start
Configuring Disk Encryption for ad4s1f.
Enter passphrase:
GEOM_ELI: Device ad4s1f.eli created.
GEOM_ELI: Encryption: AES-CBC 256
GEOM_ELI:     Crypto: hardware
fpudna in kernel mode!
fpudna in kernel mode!
fpudna in kernel mode!

This message repeats forever. Any ideas on this one?

Kind Regards
-- 
Michael Moll



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090517173402.GI89114>