HomeFreeBSD

aesni: Remove misleading array bounds for aesni_decryt_ecb.

Description

aesni: Remove misleading array bounds for aesni_decryt_ecb.

All the other functions used pointers for from/to instead of
fixed-size array parameters. More importantly, this function can
accept pointers to buffers of multiple blocks, not just a single
block.

Reported by: GCC -Warray-parameter
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D37547

Details

Provenance
jhbAuthored on Dec 7 2022, 8:32 PM
Reviewer
imp
Differential Revision
D37547: aesni: Remove misleading array bounds for aesni_decryt_ecb.
Parents
rG1f0781209559: net80211: Fix mismatches in array bounds.
Branches
Unknown
Tags
Unknown