]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ktls_ocf: Fix a few places to not hardcode the GMAC hash length.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 25 May 2021 23:59:18 +0000 (16:59 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 25 May 2021 23:59:18 +0000 (16:59 -0700)
commit4a92afae7fcbb0a8453712dfec5de086aaf5cba4
treeac9fbb3db3d745e577673c3e45e8e64724101ed2
parent883a0196b629a07e52562b4103cc0f6391083080
ktls_ocf: Fix a few places to not hardcode the GMAC hash length.

This is not a functional change as the Poly1305 hash is the same
length as the GMAC hash length.

Reviewed by: gallatin, markj
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30137
sys/opencrypto/ktls_ocf.c