NetBSD/sys/opencrypto
tls baa02d2a35 From Darran Hunt: you can't just specify the "wrong" underlying algorithm
with the "right" output size in the xform declaration and have the _96
HMAC variants work -- the actual algorithm machinery (hardware or software)
ignores the output-size parameter, it's just there to inform the interface
consumer.

This should fix FAST_IPSEC.
2008-02-28 09:29:10 +00:00
..
Makefile
criov.c This code never worked on a released version of FreeBSD in the form it's 2008-02-01 04:52:35 +00:00
crypto.c cryptoret: avoid a sleep/wakeup race. 2008-02-05 12:26:13 +00:00
cryptodev.c Some locking fixes (double-release mutex in softintr wakeup case, which I 2008-02-04 14:46:26 +00:00
cryptodev.h Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" 2008-02-04 00:35:34 +00:00
cryptosoft.c Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" 2008-02-04 00:35:34 +00:00
cryptosoft.h
cryptosoft_xform.c Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" 2008-02-04 00:35:34 +00:00
deflate.c Fix a stupid bogus bcopy -> memcpy conversion. 2007-09-22 23:38:17 +00:00
deflate.h
files.opencrypto Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" 2008-02-04 00:35:34 +00:00
xform.c From Darran Hunt: you can't just specify the "wrong" underlying algorithm 2008-02-28 09:29:10 +00:00
xform.h From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless 2008-02-02 02:39:00 +00:00