]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cryptosoft: Reuse 'blk' to hold the initial nonce in swcr_gmac.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 17 Dec 2021 21:58:58 +0000 (13:58 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 17 Dec 2021 21:58:58 +0000 (13:58 -0800)
commit1c9b25a5e8b536905b2a707159986f1a4b37f91c
tree1a24b99c67f3e894e01d2cb65c8978c1de2c8eea
parent49bb13076532ec9a24ea26cf0c9c4649641c8ea8
cryptosoft: Reuse 'blk' to hold the initial nonce in swcr_gmac.

Reusing the storage removes the need for an additional explicit_bzero.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33526
sys/opencrypto/cryptosoft.c