The kernel has to slightly different version of SipHash_Final but with
authorflorian <florian@openbsd.org>
Wed, 12 Apr 2017 18:35:50 +0000 (18:35 +0000)
committerflorian <florian@openbsd.org>
Wed, 12 Apr 2017 18:35:50 +0000 (18:35 +0000)
commit4ed9de9b27c39777b5b514b84bf7ea382d9288ce
treed64ae2ee0135de1e885b907a1c3187a80a0ddd2e
parent7b6df1e236be9d0d76ed74eabe303425a43c91fc
The kernel has to slightly different version of SipHash_Final but with
the same bug as just fixed in userland:

----------
SipHash_Final() was assuming the digest was 64-bit aligned, resulting in
misaligned memory accesses with armv7 ramdisk -Os bsd.rd ping
ok florian millert
----------

OK deraadt@
sys/crypto/siphash.c