add mac result pointer to the callback routine
authorjason <jason@openbsd.org>
Tue, 4 Apr 2000 20:16:33 +0000 (20:16 +0000)
committerjason <jason@openbsd.org>
Tue, 4 Apr 2000 20:16:33 +0000 (20:16 +0000)
commit289d0ab5d85fa0a392109c1a23fcaba4c01602a8
tree9c121dadfe59b6ed3a395b050e065cb11569c723
parent46ab7643cd7494d85ad7b85ac9743ba074204785
add mac result pointer to the callback routine
register as supporting MD5_HMAC96 and SHA1_HMAC96
use the correct bit (HIFN_MAC_CMD_NEW_KEY) when checking the mac_cmd mask
don't append the mac result to the dest buffer, add it to the result buffer
remove incorrect source count calculation involving mac length
add order checking to hifn_process so that we can verify the request is
possible given the ordering of processing units within the hifn.
correct hifn_callback()'s handling of mac checking and copy the computed
mac into the right place in the mbuf.
sys/dev/pci/hifn7751.c
sys/dev/pci/hifn7751var.h